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

Function rsrc_dlb_ftell

outdated/sys/mac/macfile.c:472–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472long
473rsrc_dlb_ftell(dlb *dp)
474{
475 HandleFile *hfp = IsHandleFile(dp->fd);
476
477 if (!hfp)
478 return 0;
479 return hfp->mark;
480}

Callers

nothing calls this directly

Calls 1

IsHandleFileFunction · 0.85

Tested by

no test coverage detected