MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / DebugLog

Function DebugLog

Xcode/cpp_tests/src/Platform.cpp:61–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59//}
60
61void DebugLog(INTN DebugMode, const char *FormatString, ...)
62{
63 (void)DebugMode;
64
65 va_list va;
66 va_start(va, FormatString);
67 vprintf(FormatString, va);
68 va_end(va);
69}
70
71void PauseForKey(const wchar_t* msg)
72{

Callers

nothing calls this directly

Calls 1

vprintfFunction · 0.85

Tested by

no test coverage detected