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

Function nethack_exit

util/sfctool.c:803–807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

801
802#ifndef UNIX
803void
804nethack_exit(int code)
805{
806 exit(code);
807}
808#endif /* UNIX */
809
810#ifdef UNIX

Callers 1

nh_terminateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected