int oc; /* option character */ char *b_opt_arg; while ((oc = getopt(argc, argv, "ab:")) != -1) { switch (oc) { case 'a': /* handle -a, ...
確定! 回上一頁