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

Function flushout

sys/share/pcsys.c:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42#if defined(MICRO)
43
44void
45flushout(void)
46{
47 (void) fflush(stdout);
48 return;
49}
50
51static const char *COMSPEC =
52#ifdef TOS

Callers 3

VA_DECLFunction · 0.70
msexitFunction · 0.70
VA_DECLFunction · 0.70

Calls 1

fflushFunction · 0.85

Tested by

no test coverage detected