Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
static void PrintVersion() {
71
fprintf(stderr,
"TenBox vm-runtime v"
TENBOX_VERSION
"\n"
);
72
}
73
74
static void PrintUsage(const char* prog) {
75
PrintVersion();
Callers
2
PrintUsage
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected