Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ makedefs_exit
Function
makedefs_exit
util/makedefs.c:219–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
ATTRNORETURN static void makedefs_exit(int) NORETURN;
218
219
ATTRNORETURN static void
220
makedefs_exit(int how)
221
{
222
exit(how);
223
/*NOTREACHED*/
224
}
225
226
#ifdef MACsansMPWTOOL
227
int
Callers
15
main
Function · 0.85
do_makedefs
Function · 0.85
getfp
Function · 0.85
do_ext_makedefs
Function · 0.85
do_grep_control
Function · 0.85
do_grep
Function · 0.85
grep0
Function · 0.85
do_rnd_access_file
Function · 0.85
do_rumors
Function · 0.85
do_data
Function · 0.85
do_oracles
Function · 0.85
do_date
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected