Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3374
static 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
3382
static int fileno_unlocked(FILE *stream)
3383
{
Callers
2
test_stdio
Function · 0.85
getChar
Function · 0.85
Calls
1
feof_unlocked
Function · 0.85
Tested by
1
test_stdio
Function · 0.68