Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
202
int
203
maccreat(const char *name, long fileType)
204
{
205
return macopen(name, O_RDWR | O_CREAT | O_TRUNC, fileType);
206
}
207
208
int
209
macopen(const char *name, int flags, long fileType)
Callers
3
create_levelfile
Function · 0.85
create_bonesfile
Function · 0.85
create_savefile
Function · 0.85
Calls
1
macopen
Function · 0.85
Tested by
no test coverage detected