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

Function free_nhfile

src/files.c:508–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506staticfn
507#endif
508void
509free_nhfile(NHFILE *nhfp)
510{
511 if (nhfp) {
512 init_nhfile(nhfp);
513 free((genericptr_t) nhfp);
514 }
515}
516
517void
518close_nhfile(NHFILE *nhfp)

Callers 4

close_nhfileFunction · 0.85
viable_nhfileFunction · 0.85
open_srcfileFunction · 0.85
create_dstfileFunction · 0.85

Calls 1

init_nhfileFunction · 0.85

Tested by

no test coverage detected