C 中“--my-option”类型的可选命令行参数的 getopt
getopt for an optional command line argument of type "--my-option" in C
基本上是标题。我一直在阅读手册页,但似乎无法正常工作。将不胜感激。
函数名称使用 getopt_long()
。
给出了详细的解释here。
感谢@Barmar 的建议!
基本上是标题。我一直在阅读手册页,但似乎无法正常工作。将不胜感激。
函数名称使用 getopt_long()
。
给出了详细的解释here。
感谢@Barmar 的建议!