| 168 | */ |
| 169 | int getopt_long(int argc, wchar_t* const argv[], const wchar_t* optstring, |
| 170 | const struct option* longopts, int* longindex) { |
| 171 | const struct option* o = longopts; |
| 172 | const struct option* match = NULL; |
| 173 | int num_matches = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected