while ((c = getopt(argc, argv, "ab::")) != 1) ... —for -bYANKEES, the return value is 'b', and optarg points to "YANKEES", while for -b or ...
確定! 回上一頁