MCPcopy 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
891int __cdecl feof(FILE *f)
892{
893 return (f && eof((int) f) == 0) ? 0 : 1;
894}
895
896int __cdecl fseek(FILE *f, long offset, int from)
897{

Callers 2

grep0Function · 0.85
fgetlineFunction · 0.85

Calls 1

eofFunction · 0.85

Tested by

no test coverage detected