MCPcopy 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
420int
421rsrc_dlb_fseek(dlb *dp, long pos, int whence)
422{
423 return SetHandleFilePos(dp->fd, whence, pos);
424}
425
426char *
427rsrc_dlb_fgets(char *buf, int len, dlb *dp)

Callers

nothing calls this directly

Calls 1

SetHandleFilePosFunction · 0.85

Tested by

no test coverage detected