Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ fflush
Function
fflush
outdated/sys/wince/celib.c:886–889 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
884
}
885
886
int __cdecl fflush(FILE *f)
887
{
888
return 0;
889
}
890
891
int __cdecl feof(FILE *f)
892
{
Callers
15
tty_nhbell
Function · 0.85
tty_delay_output
Function · 0.85
tty_display_nhwindow
Function · 0.85
tty_mark_synch
Function · 0.85
tty_wait_synch
Function · 0.85
tty_raw_print
Function · 0.85
tty_raw_print_bold
Function · 0.85
tty_nhgetch
Function · 0.85
wintty.c
File · 0.85
hooked_tty_getlin
Function · 0.85
trace_procs_init
Function · 0.85
logDebug
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected