+ while ((c = getopt_long(argc, argv, ":a:c:l:h:v", long_options, NULL)) != EOF) { switch (c) { case 'a': @@ -145,6 +149,10 @@ static void ...
確定! 回上一頁