Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
void
45
flushout(void)
46
{
47
(void) fflush(stdout);
48
return;
49
}
50
51
static const char *COMSPEC =
52
#ifdef TOS
Callers
3
VA_DECL
Function · 0.70
msexit
Function · 0.70
VA_DECL
Function · 0.70
Calls
1
fflush
Function · 0.85
Tested by
no test coverage detected