2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 #include <proto/exec.h>
9 #include "dos_intern.h"
11 /*****************************************************************************
14 #include <proto/dos.h>
21 struct DosLibrary
*, DOSBase
, 142, Dos
)
24 Returns the current error stream or 0 if there is no current
33 This function is AROS specific
43 *****************************************************************************/
46 AROS_LIBBASE_EXT_DECL(struct DosLibrary
*,DOSBase
)
48 /* Get pointer to process structure */
49 struct Process
*me
=(struct Process
*)FindTask(NULL
);
51 /* Nothing spectacular */