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

Function bail

outdated/sys/wince/mswproc.c:1696–1703  ·  view source on GitHub ↗

clean up and quit */

Source from the content-addressed store, hash-verified

1694
1695/* clean up and quit */
1696void
1697bail(const char *mesg)
1698{
1699 clearlocks();
1700 mswin_exit_nhwindows(mesg);
1701 nh_terminate(EXIT_SUCCESS);
1702 /*NOTREACHED*/
1703}
1704
1705BOOL
1706initMapTiles(void)

Callers 3

mswin_player_selectionFunction · 0.70
mswin_asknameFunction · 0.70

Calls 3

clearlocksFunction · 0.85
mswin_exit_nhwindowsFunction · 0.70
nh_terminateFunction · 0.50

Tested by

no test coverage detected