加油
发布时间:2014-11-09 00:57:09
1文件编辑#include <getopt.h>2函数原型编辑int getopt_long(int argc, char * const argv[],const char *optstring,const struct option *longopts, int *longindex);3函数说明编辑getopt被用来解析命令行选项参数。getopt_long支持长选项的命令行解析,使用man getopt_long,得到其声明如下:int getop.........【阅读全文】