?? 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 + -