Handbook
Glossary
fflush ( alien -- )
Factor handbook
»
Input and output
»
ANSI C streams
Prev:
fwrite ( data length alien -- )
Next:
fclose ( alien -- )
Vocabulary
io
.
streams
.
c
Inputs
alien
a C FILE* handle
Outputs
None
Word description
Forces pending output on a C FILE* handle to complete.
Errors
Throws an error if the output operation failed.
Definition
IN:
io.streams.c
PRIMITIVE:
fflush
( alien -- )