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

Function nh_sfconvert

src/files.c:2071–2075  ·  view source on GitHub ↗

convert file */

Source from the content-addressed store, hash-verified

2069
2070/* convert file */
2071void
2072nh_sfconvert(const char *filename)
2073{
2074 (void) doconvert_file(filename, 0, FALSE);
2075}
2076
2077/* unconvert file if it exists */
2078void

Callers 3

compress_bonesfileFunction · 0.85
ifFunction · 0.85
dosave0Function · 0.85

Calls 1

doconvert_fileFunction · 0.85

Tested by

no test coverage detected