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
, SelectOutput
,
19 AROS_LHA(BPTR
, fh
, D1
),
22 struct DosLibrary
*, DOSBase
, 50, Dos
)
25 Sets the current output stream returned by Output() to a new
26 value. Returns the old output stream.
29 fh - New output stream.
32 Old output stream handle.
44 *****************************************************************************/
50 /* Get pointer to process structure */
51 struct Process
*me
=(struct Process
*)FindTask(NULL
);
53 /* Nothing spectacular */