MCPcopy 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
186static void
187force_hdelete(short vol, long dir, Str255 fName)
188{
189 HRstFLock(vol, dir, fName);
190 HDelete(vol, dir, fName);
191}
192
193void
194process_openfile(short src_vol, long src_dir, Str255 fName, OSType ftype)

Callers 1

process_openfileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected