Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
402
int
403
rsrc_dlb_fclose(dlb *dp)
404
{
405
return CloseHandleFile(dp->fd);
406
}
407
408
int
409
rsrc_dlb_fread(char *buf, int size, int quan, dlb *dp)
Callers
nothing calls this directly
Calls
1
CloseHandleFile
Function · 0.85
Tested by
no test coverage detected