Handbook
Glossary
stdout-handle ( -- alien )
Factor handbook
»
Input and output
»
ANSI C streams
Prev:
stdin-handle ( -- alien )
Next:
stderr-handle ( -- alien )
Vocabulary
io
.
streams
.
c
Inputs
None
Outputs
alien
a C FILE* handle
Word description
Outputs the console standard output file handle.
Definition
USING:
kernel.private
;
IN:
io.streams.c
:
stdout-handle
( -- alien )
OBJ-STDOUT
special-object
;