getopt, optarg, opterr, optind, optopt - command option parsing ... int main(int argc, char *argv[ ]) { int c; int bflg = 0, aflg = 0, errflg = 0; ...
確定! 回上一頁