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

Function panic

outdated/sys/amiga/txt2iff.c:441–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441void
442panic(const char *msg)
443{
444 fprintf(stderr, "PANIC: %s\n", msg);
445 exit(1);
446}

Callers 15

map_colorsFunction · 0.70
gnome_player_selectionFunction · 0.50
Gem_create_nhwindowFunction · 0.50
Gem_clear_nhwindowFunction · 0.50
Gem_display_nhwindowFunction · 0.50
Gem_destroy_nhwindowFunction · 0.50
Gem_cursFunction · 0.50
Gem_add_menuFunction · 0.50
Gem_end_menuFunction · 0.50
Gem_select_menuFunction · 0.50
m_allocFunction · 0.50
mar_set_fontbyidFunction · 0.50

Calls 1

fprintfFunction · 0.85

Tested by

no test coverage detected