Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
65
void 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
74
void vdebug(const char *msg, va_list ap)
75
{
Callers
1
vdebug
Function · 0.85
Calls
1
vwdebug
Function · 0.85
Tested by
no test coverage detected