Docs » Autodocs » dos.library » Output
Output -- Identify the programs' initial output file handle
file = Output() D0 BPTR Output(void)
Output() is used to identify the initial output stream allocated when the program was initiated. Never close the filehandle returned by Output().
file - BCPL pointer to a file handle
Input()
|