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