XXX: leading colon is not supported XXX: updating optind by client is not supported
| 71 | // XXX: leading colon is not supported |
| 72 | // XXX: updating optind by client is not supported |
| 73 | int getopt(int argc, char* const* argv, const char* optstring) { |
| 74 | return getopt_long(argc, argv, optstring, nullptr, nullptr); |
| 75 | } |
| 76 | |
| 77 | } |
no test coverage detected