MCPcopy 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
551void
552wait_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

getlockFunction · 0.85
childFunction · 0.85
vga_InitFunction · 0.85
vesa_InitFunction · 0.85
getlockFunction · 0.85
nethack_exitFunction · 0.85
getreturnFunction · 0.85
setcttyFunction · 0.85
getttyFunction · 0.85
getlockFunction · 0.85
flush_broadcastsFunction · 0.85
init_broadcast_trappingFunction · 0.85

Calls 2

printfFunction · 0.85
fflushFunction · 0.85

Tested by

no test coverage detected