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