Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
fflush ( alien -- )
Factor handbook
>
Input and output
>
ANSI C streams
Prev:
fwrite ( data length alien -- )
Next:
fclose ( alien -- )
Vocabulary
io.streams.c
Inputs and outputs
alien
a C FILE* handle
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 -- )