getopt, optarg, opterr, optind, optopt - command option parsing ... extern char *optarg; extern int optind, optopt; . . . while ((c = getopt(argc, argv, ...
確定! 回上一頁