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

Function fgetc

examples/stdlib.c:3617–3623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3615}
3616
3617static int fgetc(FILE *stream)
3618{
3619 stdio_lock(stream, EOF);
3620 int result = fgetc_unlocked(stream);
3621 stdio_unlock(stream);
3622 return result;
3623}
3624
3625static char *fgets_unlocked(char *s, int size, FILE *stream)
3626{

Callers 2

getcFunction · 0.85
getcharFunction · 0.85

Calls 1

fgetc_unlockedFunction · 0.85

Tested by

no test coverage detected