Home  /  Autodocs  /  dos.library

NAME

Output
Identify the programs' initial output FileHandle

SYNOPSIS

file = Output()
D0

BPTR Output(void)

FUNCTION

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

RESULT

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

SEE ALSO

Input(), ErrorOutput()