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

Function xexit

util/dlb_main.c:531–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529#endif /* DLB */
530
531ATTRNORETURN static void
532xexit(int retcd)
533{
534#ifdef DLB
535#ifdef AMIGA
536 if (origdir[0])
537 chdir(origdir);
538#endif
539#endif
540 exit(retcd);
541 /*NOTREACHED*/
542}
543
544/*dlb_main.c*/

Callers 3

usageFunction · 0.85
dlb_main.cFile · 0.85
mainFunction · 0.85

Calls 1

chdirFunction · 0.50

Tested by

no test coverage detected