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

Method vS8Printf

rEFIt_UEFI/cpp_foundation/XString.h:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62public:
63 void vS8Printf(const char* format, va_list va)
64 {
65 setEmpty();
66 vprintf_with_callback(format, va, transmitS8Printf, this);
67 }
68 void S8Printf(const char* format, ...) __attribute__((__format__(__printf__, 2, 3)))
69 {
70 va_list va;

Callers 1

S8PrintfFunction · 0.80

Calls 1

vprintf_with_callbackFunction · 0.85

Tested by

no test coverage detected