MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / PrintVersion

Function PrintVersion

benchmarks/tbb/tbb_misc.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169static bool PrintVersionFlag = false;
170
171void PrintVersion() {
172 PrintVersionFlag = true;
173 fputs(VersionString+1,stderr);
174}
175
176void PrintExtraVersionInfo( const char* category, const char* format, ... ) {
177 if( PrintVersionFlag ) {

Callers 1

DoOneTimeInitializationsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected