Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ logImpl
Function
logImpl
src/e9patch/e9patch.h:680–683 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
678
extern void logSetColor(int color);
679
680
static inline void logImpl(char c)
681
{
682
putchar(c);
683
}
684
static inline void logImpl(const char *s)
685
{
686
fputs(s, stdout);
Callers
nothing calls this directly
Calls
2
putchar
Function · 0.85
fputs
Function · 0.85
Tested by
no test coverage detected