#include <unistd.h> extern int optind, opterr, optopt; extern char *optarg; int getopt(int argc, char *const argv[], const char *optstring); //See main text ...
確定! 回上一頁