MCPcopy 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
861int __cdecl fclose(FILE *f)
862{
863 if (!f)
864 return EOF;
865 return close((int) f) == -1 ? EOF : 0;
866}
867
868size_t __cdecl fread(void *p, size_t size, size_t count, FILE *f)
869{

Callers 15

init_tilemapFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
read_tilesFunction · 0.85
mainFunction · 0.85
examine_tilefilesFunction · 0.85
fclose_text_fileFunction · 0.85
read_bmp_tilesFunction · 0.85
fclose_gif_fileFunction · 0.85
fclose_ppm_fileFunction · 0.85
read_gif_tilesFunction · 0.85
onWMCommandFunction · 0.85

Calls 1

closeFunction · 0.85

Tested by

no test coverage detected