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

Function PrintProgramSvnVersion

library/cpp/svnversion/svnversion.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include <util/generic/strbuf.h>
9
10extern "C" void PrintProgramSvnVersion() {
11 puts(GetProgramSvnVersion());
12}
13
14extern "C" void PrintSvnVersionAndExit0() {
15 PrintProgramSvnVersion();

Callers 2

PrintSvnVersionAndExit0Function · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68