getopt() -- 帮助完成命令行的分析
时间:2010-10-11 来源:jiangjqian
getopt()是比较简易的分析命令行参数的函数,可以参考下面的例子修改得到。
http://www.gnu.org/s/libc/manual/html_node/Example-of-Getopt.html#Example-of-Getopt
相关阅读 更多 +
时间:2010-10-11 来源:jiangjqian
getopt()是比较简易的分析命令行参数的函数,可以参考下面的例子修改得到。
http://www.gnu.org/s/libc/manual/html_node/Example-of-Getopt.html#Example-of-Getopt