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

Function dlb_cleanup

src/dlb.c:446–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446void
447dlb_cleanup(void)
448{
449 if (dlb_initialized) {
450 do_dlb_cleanup();
451 dlb_initialized = FALSE;
452 }
453}
454
455dlb *
456dlb_fopen(const char *name, const char *mode)

Callers 3

nh_terminateFunction · 0.85
prscoreFunction · 0.85
do_deferred_showpathsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected