Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ force_hdelete
Function
force_hdelete
outdated/sys/mac/macmain.c:186–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
static void
187
force_hdelete(short vol, long dir, Str255 fName)
188
{
189
HRstFLock(vol, dir, fName);
190
HDelete(vol, dir, fName);
191
}
192
193
void
194
process_openfile(short src_vol, long src_dir, Str255 fName, OSType ftype)
Callers
1
process_openfile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected