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
aliena C FILE* handle


Word description
Outputs the console standard input file handle.

Definition