extern char *optarg; extern int optind, opterr, optopt; ... If the option requires an argument, the external variable optarg is a pointer to the argument.
確定! 回上一頁