Handbook
Glossary
fputc ( byte alien -- )
Factor handbook
»
Input and output
»
ANSI C streams
Prev:
fclose ( alien -- )
Next:
fgetc ( alien -- byte/f )
Vocabulary
io
.
streams
.
c
Inputs
byte
an integer from 0 to 255
alien
a C FILE* handle
Outputs
None
Word description
Writes a single byte to a C FILE* handle.
Errors
Throws an error if the output operation failed.
Definition
IN:
io.streams.c
PRIMITIVE:
fputc
( byte alien -- )