MCPcopy Create free account
hub / github.com/ariccio/altWinDirStat / wdebug

Function wdebug

Reference code/osImageTool/debug.cpp:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 delete[] wbuf;
64}
65void wdebug(const WCHAR *msg, ...)
66{
67 va_list ap;
68
69 va_start(ap, msg);
70 vwdebug(msg, ap);
71 va_end(ap);
72}
73
74void vdebug(const char *msg, va_list ap)
75{

Callers 1

vdebugFunction · 0.85

Calls 1

vwdebugFunction · 0.85

Tested by

no test coverage detected