Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ fclose
Function
fclose
outdated/sys/wince/celib.c:861–866 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
859
}
860
861
int __cdecl fclose(FILE *f)
862
{
863
if (!f)
864
return EOF;
865
return close((int) f) == -1 ? EOF : 0;
866
}
867
868
size_t __cdecl fread(void *p, size_t size, size_t count, FILE *f)
869
{
Callers
15
init_tilemap
Function · 0.85
main
Function · 0.85
main
Function · 0.85
read_tiles
Function · 0.85
main
Function · 0.85
examine_tilefiles
Function · 0.85
fclose_text_file
Function · 0.85
read_bmp_tiles
Function · 0.85
fclose_gif_file
Function · 0.85
fclose_ppm_file
Function · 0.85
read_gif_tiles
Function · 0.85
onWMCommand
Function · 0.85
Calls
1
close
Function · 0.85
Tested by
no test coverage detected