Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
506
staticfn
507
#endif
508
void
509
free_nhfile(NHFILE *nhfp)
510
{
511
if (nhfp) {
512
init_nhfile(nhfp);
513
free((genericptr_t) nhfp);
514
}
515
}
516
517
void
518
close_nhfile(NHFILE *nhfp)
Callers
4
close_nhfile
Function · 0.85
viable_nhfile
Function · 0.85
open_srcfile
Function · 0.85
create_dstfile
Function · 0.85
Calls
1
init_nhfile
Function · 0.85
Tested by
no test coverage detected