2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 /*****************************************************************************
11 #define NO_INLINE_STDARG /* turn off inline def */
12 #include <proto/intuition.h>
17 struct Window
* window
,
18 struct EasyStruct
* easyStruct
,
39 27-11-96 digulla automatically created from
40 intuition_lib.fd and clib/intuition_protos.h
42 *****************************************************************************/
47 va_start (args
, idcmpPtr
);
49 rc
= EasyRequestArgs (window
, easyStruct
, idcmpPtr
, (APTR
)args
);