getopt -- get option character from command line argument list ... #include <unistd.h> extern char *optarg; extern int optind; extern int optopt; ...
確定! 回上一頁