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

Function nethack_exit

sys/share/pcsys.c:239–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237
238#if defined(MICRO) || defined(OS2)
239void
240nethack_exit(int code)
241{
242 msexit();
243 exit(code);
244}
245
246/* Chdir back to original directory
247 */

Callers 5

pcmain.cFile · 0.70
pcmainFunction · 0.70
process_optionsFunction · 0.70
nh_terminateFunction · 0.50
do_deferred_showpathsFunction · 0.50

Calls 1

msexitFunction · 0.85

Tested by

no test coverage detected