MCPcopy Create free account
hub / github.com/csmith-project/csmith / print_version

Function print_version

src/RandomProgramGenerator.cpp:113–119  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

111
112// ----------------------------------------------------------------------------
113static void
114print_version(void)
115{
116 cout << PACKAGE_STRING << endl;
117 cout << "Git version: " << git_version << endl;
118 // XXX print copyright, contact info, etc.?
119}
120
121// ----------------------------------------------------------------------------
122// ----------------------------------------------------------------------------

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected