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

Prev:fflush ( alien -- )
Next:fputc ( byte alien -- )


Vocabulary
io.streams.c

Inputs
aliena C FILE* handle


Outputs
None

Word description
Closes a C FILE* handle.

Definition