MCPcopy 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

678extern void logSetColor(int color);
679
680static inline void logImpl(char c)
681{
682 putchar(c);
683}
684static inline void logImpl(const char *s)
685{
686 fputs(s, stdout);

Callers

nothing calls this directly

Calls 2

putcharFunction · 0.85
fputsFunction · 0.85

Tested by

no test coverage detected