MCPcopy Create free account
hub / github.com/NetHack/NetHack / ftell

Function ftell

outdated/sys/wince/celib.c:901–904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899}
900
901long __cdecl ftell(FILE *f)
902{
903 return f ? lseek((int) f, 0, SEEK_CUR) : -1;
904}
905
906#endif

Callers 10

read_data_blockFunction · 0.85
iff_writeFunction · 0.85
readentryFunction · 0.85
dlb_ftellFunction · 0.85
bwriteFunction · 0.85
mreadFunction · 0.85
read_rumors_fileFunction · 0.85
do_rumorsFunction · 0.85
do_dataFunction · 0.85
do_oraclesFunction · 0.85

Calls 1

lseekFunction · 0.85

Tested by

no test coverage detected