MCPcopy Create free account
hub / github.com/catboost/catboost / getopt_long_only

Function getopt_long_only

library/cpp/getopt/small/posix_getopt.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 int getopt_long_only(int argc, char* const* argv, const char* optstring,
67 const struct option* longopts, int* longindex) {
68 return getopt_long_impl(argc, argv, optstring, longopts, longindex, true);
69 }
70
71 // XXX: leading colon is not supported
72 // XXX: updating optind by client is not supported

Callers 1

Y_UNIT_TESTFunction · 0.85

Calls 1

getopt_long_implFunction · 0.85

Tested by

no test coverage detected