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

Function getchar_unlocked

examples/stdlib.c:3677–3680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3675}
3676
3677static int getchar_unlocked(void)
3678{
3679 return fgetc_unlocked(stdin);
3680}
3681
3682static int ungetc_unlocked(int c, FILE *stream)
3683{

Callers

nothing calls this directly

Calls 1

fgetc_unlockedFunction · 0.85

Tested by

no test coverage detected