int option_index = 0; int values = getopt_long(argc, argv, "tabycu", long_options, &option_index);. From here, could I strictly use the field struct and do what ...
確定! 回上一頁