Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
452
int
453
fclose_text_file(void)
454
{
455
int ret;
456
457
ret = fclose(tile_file);
458
tile_file = (FILE *) 0;
459
return ret;
460
}
Callers
9
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
process_file
Function · 0.85
main
Function · 0.85
TilePickerTab
Method · 0.85
save
Method · 0.85
main
Function · 0.85
txt2iff.c
File · 0.85
Calls
1
fclose
Function · 0.85
Tested by
no test coverage detected