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

Function maccreat

outdated/sys/mac/macfile.c:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202int
203maccreat(const char *name, long fileType)
204{
205 return macopen(name, O_RDWR | O_CREAT | O_TRUNC, fileType);
206}
207
208int
209macopen(const char *name, int flags, long fileType)

Callers 3

create_levelfileFunction · 0.85
create_bonesfileFunction · 0.85
create_savefileFunction · 0.85

Calls 1

macopenFunction · 0.85

Tested by

no test coverage detected