MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / Print

Function Print

Kernel/src/logging.cpp:189–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 void Print(const char* __restrict fmt, ...){
190 va_list args;
191 va_start(args, fmt);
192 WriteF(fmt, args);
193 va_end(args);
194 }
195
196 void Warning(const char* __restrict fmt, ...){
197 //acquireLock(&logLock);

Callers 2

PrintMethod · 0.85
PrintNMethod · 0.85

Calls 1

WriteFFunction · 0.85

Tested by

no test coverage detected