const struct option long_options = { { “help”, 0, NULL, 'h' }, ... getopt_long( argc, argv, short_options, long_options, NULL);
確定! 回上一頁