extern char *optarg; extern int optind, opterr, optopt; 函式說明getopt()用來分析命令列引數。引數argc和argv是由main()傳遞的引數個數和內容。
確定! 回上一頁