MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / debugPrintf

Function debugPrintf

Source/3rdParty/bx/src/debug.cpp:178–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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