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

Function feof_unlocked

examples/stdlib.c:3369–3372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3367}
3368
3369static int feof_unlocked(FILE *stream)
3370{
3371 return (stream->flags & STDIO_FLAG_EOF? 1: 0);
3372}
3373
3374static int feof(FILE *stream)
3375{

Callers 3

feofFunction · 0.85
fgets_unlockedFunction · 0.85
fread_unlockedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected