while ((c = getopt (argc, argv, "ab-:")) != -1) switch (c) { case 'a': aflag = 1; break; case 'b': bflag = 1; break; case '-': cvalue ...
確定! 回上一頁