头文件 #include
函数原型int getopt_long(int argc,char * const argv[],const char *optstring,const struct option *longopts,int *longindex)
函数说明getopt被用来解析命令行选项参数。getopt_long支持长选项的命令行解析,函数中的参数argc和argv通常直接从main()的两个参数传递而来。optstring是选项参数组成的字符串。
字符串optstring可以下列