... int output; int verbose; const char *short_option = "ho:v"; const struct option long_options[] = { {"help", 0, &help, 'h'}, {"output", ...
確定! 回上一頁