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

Function feof

examples/stdlib.c:3374–3380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3372}
3373
3374static int feof(FILE *stream)
3375{
3376 stdio_lock(stream, -1);
3377 int result = feof_unlocked(stream);
3378 stdio_unlock(stream);
3379 return result;
3380}
3381
3382static int fileno_unlocked(FILE *stream)
3383{

Callers 2

test_stdioFunction · 0.85
getCharFunction · 0.85

Calls 1

feof_unlockedFunction · 0.85

Tested by 1

test_stdioFunction · 0.68