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

Function putchar

examples/stdlib.c:3531–3534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3529}
3530
3531static int putchar(int c)
3532{
3533 return fputc(c, stdout);
3534}
3535
3536static int putchar_unlocked(int c)
3537{

Callers 4

triforceFunction · 0.85
mainFunction · 0.85
test_qsortFunction · 0.85
logImplFunction · 0.85

Calls 1

fputcFunction · 0.85

Tested by 3

triforceFunction · 0.68
mainFunction · 0.68
test_qsortFunction · 0.68