Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ wait_synch
Function
wait_synch
sys/vms/vmsmail.c:551–559 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
549
}
550
551
void
552
wait_synch(void)
553
{
554
char dummy[BUFSIZ];
555
556
printf(
"\nPress <return> to continue: "
);
557
fflush(stdout);
558
(void) gets(dummy);
559
}
560
#endif /* TEST_DRIVER */
561
562
/*vmsmail.c*/
Callers
15
getlock
Function · 0.85
child
Function · 0.85
vga_Init
Function · 0.85
vesa_Init
Function · 0.85
getlock
Function · 0.85
nethack_exit
Function · 0.85
getreturn
Function · 0.85
setctty
Function · 0.85
gettty
Function · 0.85
getlock
Function · 0.85
flush_broadcasts
Function · 0.85
init_broadcast_trapping
Function · 0.85
Calls
2
printf
Function · 0.85
fflush
Function · 0.85
Tested by
no test coverage detected