2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: Varargs version of dos.library/NewLoadSeg()
9 #define AROS_TAGRETURNTYPE BPTR
11 #include <utility/tagitem.h>
13 /*****************************************************************************
16 #define NO_INLINE_STDARG /* turn off inline def */
17 #include <proto/dos.h>
27 This is the varargs version of dos.library/NewLoadSeg().
28 For information see dos.library/NewLoadSeg().
41 dos.library/NewLoadSeg()
47 *****************************************************************************/
49 AROS_SLOWSTACKTAGS_PRE(tag1
)
50 retval
= NewLoadSeg (file
, AROS_SLOWSTACKTAGS_ARG(tag1
));
51 AROS_SLOWSTACKTAGS_POST
52 } /* NewLoadSegTags */