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

Function getchar

examples/stdlib.c:3672–3675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3670}
3671
3672static int getchar(void)
3673{
3674 return fgetc(stdin);
3675}
3676
3677static int getchar_unlocked(void)
3678{

Callers

nothing calls this directly

Calls 1

fgetcFunction · 0.85

Tested by

no test coverage detected