Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Write
Function
Write
Kernel/src/logging.cpp:110–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
void Write(const char* str, uint8_t r, uint8_t g, uint8_t b){
111
WriteN(str, strlen(str));
112
}
113
114
void Write(unsigned long long num, bool hex, uint8_t r, uint8_t g, uint8_t b){
115
char buf[32];
Callers
7
KernelProcess
Function · 0.70
kmain
Function · 0.70
WriteF
Function · 0.70
Warning
Function · 0.70
Error
Function · 0.70
Info
Function · 0.70
Parse
Function · 0.70
Calls
3
WriteN
Function · 0.85
strlen
Function · 0.85
itoa
Function · 0.70
Tested by
no test coverage detected