optarg —— 指向當前選項參數(如果有)的指針。 optind —— 再次調用getopt() 時的下一個argv指針的索引。 optopt —— 最後一個未知選項。 opterr —— 如果 ...
確定! 回上一頁