2 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
9 #include <dos/dosextens.h>
10 #include <proto/exec.h>
12 /*****************************************************************************
15 #include <proto/alib.h>
23 Returns the current error stream or 0 if there is no current
32 This function is source-compatible with AmigaOS v4.
42 *****************************************************************************/
44 /* Get pointer to process structure */
45 struct Process
*me
=(struct Process
*)FindTask(NULL
);
47 /* Nothing spectacular */