Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
803
void
804
nethack_exit(int code)
805
{
806
exit(code);
807
}
808
#endif /* UNIX */
809
810
#ifdef UNIX
Callers
1
nh_terminate
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected