2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
8 #include <proto/exec.h>
9 #include "dos_intern.h"
11 /*****************************************************************************
14 #include <proto/dos.h>
16 AROS_LH1(BPTR
, SelectInput
,
19 AROS_LHA(BPTR
, fh
, D1
),
22 struct DosLibrary
*, DOSBase
, 49, Dos
)
25 Sets the current input stream returned by Input() to a new
26 value. Returns the old input stream.
29 fh - New input stream.
32 Old input stream handle.
44 *****************************************************************************/
50 /* Get pointer to process structure */
51 struct Process
*me
=(struct Process
*)FindTask(NULL
);
53 /* Nothing spectacular */