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

Function PrintVersion

contrib/libs/tbb/src/tbb/misc.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76static bool PrintVersionFlag = false;
77
78void PrintVersion() {
79 PrintVersionFlag = true;
80 std::fputs(VersionString+1,stderr);
81}
82
83void PrintExtraVersionInfo( const char* category, const char* format, ... ) {
84 if( PrintVersionFlag ) {

Callers 1

DoOneTimeInitializationFunction · 0.85

Calls 1

fputsFunction · 0.85

Tested by

no test coverage detected