MCPcopy Create free account
hub / github.com/GJDuck/e9patch / putchar_unlocked

Function putchar_unlocked

examples/stdlib.c:3536–3539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3534}
3535
3536static int putchar_unlocked(int c)
3537{
3538 return fputc_unlocked(c, stdout);
3539}
3540
3541static int puts(const char *s)
3542{

Callers

nothing calls this directly

Calls 1

fputc_unlockedFunction · 0.85

Tested by

no test coverage detected