📄 other.h.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 + -