#include "getopt.h" int getopt_long (argc, argv, options, long_options, opt_index) int argc; char **argv; char *options; struct option *long_options; ...
確定! 回上一頁