Linux下命令行解析函數getopt簡單使用

之前寫一些調試程序的時候解析命令都是使用strtok做分割再判斷,偶然間看到由一個getopt函數,能夠很快的實現這個功能。函數   #include <unistd.h> int getopt(int argc, char * const argv[], const char *optstring); extern char *optarg; extern int optind,; exte
相關文章
相關標籤/搜索