struct option { const char *name; int has_arg; int *flag; int val; }; struct option long_options[] = { {"add", required_argument, NULL, ...
確定! 回上一頁