const struct option long_options[] = { { "help", 0, NULL, ... argv, short_options, long_options, NULL); switch (next_option) { case 'h': /* -h or --help ...
確定! 回上一頁