Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ panic
Function
panic
sys/amiga/winchar.c:333–338 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
331
332
#ifdef TESTING
333
void
334
panic(char *s, long a1, long a2, long a3, long a4)
335
{
336
printf(s, a1, a2, a3, a4);
337
putchar(
'\n'
);
338
}
339
long *
340
alloc(unsigned int x)
341
{
Callers
15
amii_destroy_nhwindow
Function · 0.70
amii_create_nhwindow
Function · 0.70
amii_init_nhwindows
Function · 0.70
amii_clear_nhwindow
Function · 0.70
dismiss_nhwindow
Function · 0.70
amii_display_nhwindow
Function · 0.70
amii_curs
Function · 0.70
amii_cl_end
Function · 0.70
cursor_off
Function · 0.70
cursor_on
Function · 0.70
amii_print_glyph
Function · 0.70
amii_start_menu
Function · 0.70
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected