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