2011年11月24日
摘要: man 3 getoptNAME getopt, getopt_long, getopt_long_only - Parse command-line options #include int getopt(int argc, char * const argv[], const char *optstring); extern char *optarg; extern int optind, opterr, optopt; #define _GNU_SOURCE The getopt() function parses the command-line arguments. Its arg. 阅读全文
posted @ 2011-11-24 09:05 _song 阅读(268) 评论(0) 推荐(0) 编辑