Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
441
void
442
panic(const char *msg)
443
{
444
fprintf(stderr,
"PANIC: %s\n"
, msg);
445
exit(1);
446
}
Callers
15
map_colors
Function · 0.70
gnome_player_selection
Function · 0.50
Gem_create_nhwindow
Function · 0.50
Gem_clear_nhwindow
Function · 0.50
Gem_display_nhwindow
Function · 0.50
Gem_destroy_nhwindow
Function · 0.50
Gem_curs
Function · 0.50
Gem_add_menu
Function · 0.50
Gem_end_menu
Function · 0.50
Gem_select_menu
Function · 0.50
m_alloc
Function · 0.50
mar_set_fontbyid
Function · 0.50
Calls
1
fprintf
Function · 0.85
Tested by
no test coverage detected