MCPcopy 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
1127void
1128save_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

savestateinlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected