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

Function rsrc_dlb_fclose

outdated/sys/mac/macfile.c:402–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402int
403rsrc_dlb_fclose(dlb *dp)
404{
405 return CloseHandleFile(dp->fd);
406}
407
408int
409rsrc_dlb_fread(char *buf, int size, int quan, dlb *dp)

Callers

nothing calls this directly

Calls 1

CloseHandleFileFunction · 0.85

Tested by

no test coverage detected