Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
901
long __cdecl ftell(FILE *f)
902
{
903
return f ? lseek((int) f, 0, SEEK_CUR) : -1;
904
}
905
906
#endif
Callers
10
read_data_block
Function · 0.85
iff_write
Function · 0.85
readentry
Function · 0.85
dlb_ftell
Function · 0.85
bwrite
Function · 0.85
mread
Function · 0.85
read_rumors_file
Function · 0.85
do_rumors
Function · 0.85
do_data
Function · 0.85
do_oracles
Function · 0.85
Calls
1
lseek
Function · 0.85
Tested by
no test coverage detected