MCPcopy 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
150void 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
158int g_nDumpUnitSize=1;
159int g_nMaxWordsPerLine=-1;

Callers

nothing calls this directly

Calls 1

verrorFunction · 0.85

Tested by

no test coverage detected