struct option long_options[] = {. {"a123", required_argument, 0, 'a'}, ... while((c = getopt_long (argc, argv, short_options, long_options, NULL)) != -1).
確定! 回上一頁