Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ feof
Function
feof
outdated/sys/wince/celib.c:891–894 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
889
}
890
891
int __cdecl feof(FILE *f)
892
{
893
return (f && eof((int) f) == 0) ? 0 : 1;
894
}
895
896
int __cdecl fseek(FILE *f, long offset, int from)
897
{
Callers
2
grep0
Function · 0.85
fgetline
Function · 0.85
Calls
1
eof
Function · 0.85
Tested by
no test coverage detected