MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / CoutCerrTest2

Function CoutCerrTest2

DbgMsgSrc/DbgMsgSrc.cpp:304–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304void CoutCerrTest2()
305{
306 std::cout << "One message on cout with newline\n";
307 //std::cerr << "One message on cerr with newline\n";
308}
309
310
311void PrintUsage()

Callers 1

MainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected