fflush ( alien -- )
Factor handbook » Input and output » ANSI C streams

Prev:fwrite ( data length alien -- )
Next:fclose ( alien -- )


Vocabulary
io.streams.c

Inputs
aliena 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