2016年4月19日

使用getopt 解析参数

摘要: getopt被用来解析命令行选项参数。 #include extern char *optarg; //选项的参数指针extern... 阅读全文

posted @ 2016-04-19 15:34 杨博东的博客 阅读(30) 评论(0) 推荐(0)

导航