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

Function nh_terminate

util/sfctool.c:796–800  ·  view source on GitHub ↗

should be called with either EXIT_SUCCESS or EXIT_FAILURE */

Source from the content-addressed store, hash-verified

794
795/* should be called with either EXIT_SUCCESS or EXIT_FAILURE */
796void
797nh_terminate(int status)
798{
799 nethack_exit(status);
800}
801
802#ifndef UNIX
803void

Callers 1

read_sysconfFunction · 0.70

Calls 1

nethack_exitFunction · 0.70

Tested by

no test coverage detected