摘要: getopt(分析命令行参数)相关函数表头文件 #include定义函数 int getopt(int argc,char * const argv[ ],const char * optstring);函数说明getopt()用来分析命令行参数。参数argc和argv是由main()传递的参数个数... 阅读全文
posted @ 2014-07-01 16:40 galoishelley 阅读(259) 评论(0) 推荐(0)