MCPcopy Create free account
hub / github.com/NetHack/NetHack / tty_mark_synch

Function tty_mark_synch

win/tty/wintty.c:3616–3621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3614}
3615
3616void
3617tty_mark_synch(void)
3618{
3619 HUPSKIP();
3620 (void) fflush(stdout);
3621}
3622
3623void
3624tty_wait_synch(void)

Callers 1

tty_display_fileFunction · 0.85

Calls 1

fflushFunction · 0.85

Tested by

no test coverage detected