MCPcopy 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
886int __cdecl fflush(FILE *f)
887{
888 return 0;
889}
890
891int __cdecl feof(FILE *f)
892{

Callers 15

tty_nhbellFunction · 0.85
tty_delay_outputFunction · 0.85
tty_display_nhwindowFunction · 0.85
tty_mark_synchFunction · 0.85
tty_wait_synchFunction · 0.85
tty_raw_printFunction · 0.85
tty_raw_print_boldFunction · 0.85
tty_nhgetchFunction · 0.85
wintty.cFile · 0.85
hooked_tty_getlinFunction · 0.85
trace_procs_initFunction · 0.85
logDebugFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected