MCPcopy Create free account
hub / github.com/beefytech/Beef / BfpOutput_DebugString

Function BfpOutput_DebugString

BeefySysLib/platform/win/Platform.cpp:3809–3812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3807}
3808
3809BFP_EXPORT void BFP_CALLTYPE BfpOutput_DebugString(const char* str)
3810{
3811 OutputDebugStringA(str);
3812}

Callers 4

OutputDebugStrMethod · 0.50
DFTTest_2DFunction · 0.50
PrintComplex2DFunction · 0.50
ReportMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected