Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ save_savefile_name
Function
save_savefile_name
src/files.c:1127–1131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1125
#ifndef SFCTOOL
1126
#ifdef INSURANCE
1127
void
1128
save_savefile_name(NHFILE *nhfp)
1129
{
1130
Sfo_char(nhfp, gs.SAVEF,
"savefile_name"
, sizeof(gs.SAVEF));
1131
}
1132
#endif
1133
1134
#ifndef MICRO
Callers
1
savestateinlock
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected