static struct option long_options[] = { {"r", required_argument, 0, 'r'}, {"help", no_argument, 0, 'h'}, {0, 0, 0, 0} }; int option_index = 0; char c; ...
確定! 回上一頁