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

Function getopt_long

library/cpp/getopt/small/posix_getopt.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 int getopt_long(int argc, char* const* argv, const char* optstring,
62 const struct option* longopts, int* longindex) {
63 return getopt_long_impl(argc, argv, optstring, longopts, longindex, false);
64 }
65
66 int getopt_long_only(int argc, char* const* argv, const char* optstring,
67 const struct option* longopts, int* longindex) {

Callers 2

getoptFunction · 0.85
Y_UNIT_TESTFunction · 0.85

Calls 1

getopt_long_implFunction · 0.85

Tested by

no test coverage detected