MCPcopy Create free account
hub / github.com/crownengine/crown / debugPrintf

Function debugPrintf

3rdparty/bx/src/debug.cpp:179–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 }
178
179 void debugPrintf(const char* _format, ...)
180 {
181 va_list argList;
182 va_start(argList, _format);
183 debugPrintfVargs(_format, argList);
184 va_end(argList);
185 }
186
187#define DBG_ADDRESS "%" PRIxPTR
188

Callers 9

fatalFunction · 0.85
fopenFunction · 0.85
fcloseFunction · 0.85
syscallFunction · 0.85
chdirFunction · 0.85
setenvFunction · 0.85
unsetenvFunction · 0.85
abortFunction · 0.85
debugPrintfDataFunction · 0.85

Calls 1

debugPrintfVargsFunction · 0.85

Tested by

no test coverage detected