摘要:
Linux提供了一个解析命令行参数的函数。 #include int getopt(int argc, char * const argv[], const char *optstring); extern char *optarg; extern int optind, opterr, optopt; ... 阅读全文
posted @ 2014-11-25 21:31
inevermore
阅读(409)
评论(0)
推荐(0)
浙公网安备 33010602011771号