MCPcopy 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

217ATTRNORETURN static void makedefs_exit(int) NORETURN;
218
219ATTRNORETURN static void
220makedefs_exit(int how)
221{
222 exit(how);
223 /*NOTREACHED*/
224}
225
226#ifdef MACsansMPWTOOL
227int

Callers 15

mainFunction · 0.85
do_makedefsFunction · 0.85
getfpFunction · 0.85
do_ext_makedefsFunction · 0.85
do_grep_controlFunction · 0.85
do_grepFunction · 0.85
grep0Function · 0.85
do_rnd_access_fileFunction · 0.85
do_rumorsFunction · 0.85
do_dataFunction · 0.85
do_oraclesFunction · 0.85
do_dateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected