MCPcopy Create free account
hub / github.com/78/tenbox / PrintVersion

Function PrintVersion

src/runtime/main.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68#endif // !_WIN32
69
70static void PrintVersion() {
71 fprintf(stderr, "TenBox vm-runtime v" TENBOX_VERSION "\n");
72}
73
74static void PrintUsage(const char* prog) {
75 PrintVersion();

Callers 2

PrintUsageFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected