struct option { const char *name; int has_arg; int *flag; int val; }; ... c = getopt_long(argc, argv, "A:T:5:F:P:S", lopts, NULL);.
確定! 回上一頁