2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
8 #include <aros/debug.h>
10 #include <proto/exec.h>
11 #include "dos_intern.h"
13 /*****************************************************************************
16 #include <proto/dos.h>
18 AROS_LH0(BPTR
, Output
,
23 struct DosLibrary
*, DOSBase
, 10, Dos
)
26 Returns the current output stream or 0 if there is no current
44 *****************************************************************************/
48 /* Get pointer to process structure */
49 struct Process
*me
=(struct Process
*)FindTask(NULL
);
51 ASSERT_VALID_PROCESS(me
);
53 /* Nothing spectacular */