Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ariccio/altWinDirStat
/ ceerror
Function
ceerror
Reference code/osImageTool/debug.cpp:150–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
void ceerror(const char *msg, ...)
151
{
152
va_list ap;
153
va_start(ap, msg);
154
verror(CeRapiGetError() || CeGetLastError(), msg, ap);
155
va_end(ap);
156
}
157
158
int g_nDumpUnitSize=1;
159
int g_nMaxWordsPerLine=-1;
Callers
nothing calls this directly
Calls
1
verror
Function · 0.85
Tested by
no test coverage detected