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