Handbook
Glossary
fwrite ( data length alien -- )
Factor handbook
»
Input and output
»
ANSI C streams
Prev:
fopen ( path mode -- alien )
Next:
fflush ( alien -- )
Vocabulary
io
.
streams
.
c
Inputs
data
a
c-ptr
length
an
integer
alien
a C FILE* handle
Outputs
None
Word description
Writes some bytes to a C FILE* handle.
Errors
Throws an error if the output operation failed.
Definition
IN:
io.streams.c
PRIMITIVE:
fwrite
( data length alien -- )