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

Function getc

examples/stdlib.c:3662–3665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3660}
3661
3662static int getc(FILE *stream)
3663{
3664 return fgetc(stream);
3665}
3666
3667static int getc_unlocked(FILE *stream)
3668{

Callers 6

runTestFunction · 0.85
test_stdioFunction · 0.85
getcMethod · 0.85
getCharFunction · 0.85
initFunction · 0.85
initFunction · 0.85

Calls 1

fgetcFunction · 0.85

Tested by 2

runTestFunction · 0.68
test_stdioFunction · 0.68