Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ e9write_char
Function
e9write_char
src/e9patch/e9loader.cpp:48–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
return str;
47
}
48
static char *e9write_char(char *str, char c)
49
{
50
*str++ = c;
51
return str;
52
}
53
static NO_INLINE char *e9write_hex(char *str, uint64_t x)
54
{
55
if (x == 0)
Callers
6
e9error_impl
Function · 0.85
e9debug_impl
Function · 0.85
e9write_format
Function · 0.85
e9panic
Function · 0.85
e9debug
Function · 0.85
e9init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected