2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: Varargs version of dos.library/CreateNewProc()
9 #define AROS_TAGRETURNTYPE struct Process *
10 #include <dos/dosextens.h>
11 #include <utility/tagitem.h>
13 /*****************************************************************************
16 #define NO_INLINE_STDARG /* turn off inline def */
17 #include <proto/dos.h>
19 struct Process
* CreateNewProcTags (
26 This is the varargs version of dos.library/CreateNewProc().
27 For information see dos.library/CreateNewProc().
40 dos.library/CreateNewProc()
46 *****************************************************************************/
48 AROS_SLOWSTACKTAGS_PRE(tag1
)
49 retval
= CreateNewProc (AROS_SLOWSTACKTAGS_ARG(tag1
));
50 AROS_SLOWSTACKTAGS_POST
51 } /* CreateNewProcTags */