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

Function fclose_text_file

win/share/tiletext.c:452–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452int
453fclose_text_file(void)
454{
455 int ret;
456
457 ret = fclose(tile_file);
458 tile_file = (FILE *) 0;
459 return ret;
460}

Callers 9

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
process_fileFunction · 0.85
mainFunction · 0.85
TilePickerTabMethod · 0.85
saveMethod · 0.85
mainFunction · 0.85
txt2iff.cFile · 0.85

Calls 1

fcloseFunction · 0.85

Tested by

no test coverage detected