2016年12月27日
摘要: getopt_long原型 #define no_argument 0 #define required_argument 1 #define optional_argument 2 struct option { const char *name; //名称,下面实例中使用的--help,--ve 阅读全文
posted @ 2016-12-27 18:49 步孤天 阅读(1559) 评论(0) 推荐(0)