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

Function lib_dlb_cleanup

src/dlb.c:251–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251staticfn void
252lib_dlb_cleanup(void)
253{
254 int i;
255
256 /* close the data file(s) */
257 for (i = 0; i < MAX_LIBS && dlb_libs[i].fdata; i++)
258 close_library(&dlb_libs[i]);
259}
260
261#ifdef VERSION_IN_DLB_FILENAME
262char *

Callers

nothing calls this directly

Calls 1

close_libraryFunction · 0.85

Tested by

no test coverage detected