Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ dlb_ftell
Function
dlb_ftell
src/dlb.c:538–546 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
536
}
537
538
long
539
dlb_ftell(dlb *dp)
540
{
541
if (!dlb_initialized)
542
return 0;
543
if (dp->fp)
544
return ftell(dp->fp);
545
return do_dlb_ftell(dp);
546
}
547
548
#endif /* DLB */
549
Callers
4
nhl_loadlua
Function · 0.85
rumor_check
Function · 0.85
get_rnd_line
Function · 0.85
get_rnd_text
Function · 0.85
Calls
1
ftell
Function · 0.85
Tested by
no test coverage detected