MCPcopy Create free account
hub / github.com/dds-bridge/dds / main_identify

Function main_identify

library/tests/testcommon.cpp:242–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240
241
242void main_identify()
243{
244 cout << "test program\n";
245 cout << string(13, '-') << "\n";
246
247 const string strSystem = GetSystem();
248 cout << left << setw(13) << "System" <<
249 setw(20) << right << strSystem << "\n";
250
251 const string strBits = GetBits();
252 cout << left << setw(13) << "Word size" <<
253 setw(20) << right << strBits << "\n";
254
255 const string strCompiler = GetCompiler();
256 cout << left << setw(13) << "Compiler" <<
257 setw(20) << right << strCompiler << "\n\n";
258}
259
260
261

Callers 1

real_mainFunction · 0.85

Calls 3

GetSystemFunction · 0.85
GetBitsFunction · 0.85
GetCompilerFunction · 0.85

Tested by

no test coverage detected