MCPcopy 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}
48static char *e9write_char(char *str, char c)
49{
50 *str++ = c;
51 return str;
52}
53static NO_INLINE char *e9write_hex(char *str, uint64_t x)
54{
55 if (x == 0)

Callers 6

e9error_implFunction · 0.85
e9debug_implFunction · 0.85
e9write_formatFunction · 0.85
e9panicFunction · 0.85
e9debugFunction · 0.85
e9initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected