Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ panic
Function
panic
sys/vms/vmsmail.c:537–542 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
535
}
536
537
void
538
panic(char *s)
539
{
540
raw_print(s);
541
exit(EXIT_FAILURE);
542
}
543
544
void
545
raw_print(char *s)
Callers
15
topl_putsym
Function · 0.50
tty_create_nhwindow
Function · 0.50
process_menu_window
Function · 0.50
ttyinv_populate_slot
Function · 0.50
tty_putstatusfield
Function · 0.50
chainin_procs_chain
Function · 0.50
trace_procs_chain
Function · 0.50
chainout_procs_chain
Function · 0.50
WinMain
Function · 0.50
mswin_init_map_window
Function · 0.50
register_map_window_class
Function · 0.50
onCreate
Function · 0.50
Calls
1
raw_print
Function · 0.85
Tested by
no test coverage detected