Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3369
static int feof_unlocked(FILE *stream)
3370
{
3371
return (stream->flags & STDIO_FLAG_EOF? 1: 0);
3372
}
3373
3374
static int feof(FILE *stream)
3375
{
Callers
3
feof
Function · 0.85
fgets_unlocked
Function · 0.85
fread_unlocked
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected