MCPcopy 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
538long
539dlb_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_loadluaFunction · 0.85
rumor_checkFunction · 0.85
get_rnd_lineFunction · 0.85
get_rnd_textFunction · 0.85

Calls 1

ftellFunction · 0.85

Tested by

no test coverage detected