⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 other.h.svn-base

📁 Linux下写的 socket 文件传输送程序 服务端和客户端完美统一! 命令行参数分析的完美方式!
💻 SVN-BASE
字号:
//// C++ Interface: other//// Description:////// Author: MicroCai <microcai@sina.com>, (C) 2009//// Copyright: See COPYING file that comes with this distribution////enum prog_types{	BOOL_t,	STRING_t,	INT_t,	IP_ADDRESS_V4,	BOOL_HAVE_APPEND	// -a --allow=yes --allow yes -a no};struct cmd_prog{	char	prefix_s;	char*	prefix_l;	enum prog_types	type;	void*	progs;	size_t	arglen;	char*	discribe;};struct remain_args{	int argc;	char* argv[50];	char  strs[2048 - 50 - sizeof(int)];};extern int GetConfigs( struct cmd_prog * porgs, long argc, char *argv[],struct remain_args* );

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -