Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 415 Bytes

File metadata and controls

27 lines (16 loc) · 415 Bytes

NAME

Input -- Identify the program's initial input file handle

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!

RESULTS

file - BCPL pointer to a file handle

SEE ALSO

Output, SelectInput