Home  /  Autodocs  /  dos.library

NAME

Input
Identify the program's initial input FileHandle

SYNOPSIS

file = Input()
D0

BPTR Input(void)

FUNCTION

Input() is used to identify the initial input stream allocated when the program was initiated. Never close the FileHandle returned by Input()! It is part of the Process data structure.

RESULT

file
BCPL pointer to a FileHandle; this may be NULL.

SEE ALSO

Output(), SelectInput()