Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
472
long
473
rsrc_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
IsHandleFile
Function · 0.85
Tested by
no test coverage detected