Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ rsrc_dlb_fseek
Function
rsrc_dlb_fseek
outdated/sys/mac/macfile.c:420–424 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
418
}
419
420
int
421
rsrc_dlb_fseek(dlb *dp, long pos, int whence)
422
{
423
return SetHandleFilePos(dp->fd, whence, pos);
424
}
425
426
char *
427
rsrc_dlb_fgets(char *buf, int len, dlb *dp)
Callers
nothing calls this directly
Calls
1
SetHandleFilePos
Function · 0.85
Tested by
no test coverage detected