home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaDemoCD2.iso
/
ASCII
/
TEXTE
/
SCENE
/
AMIGA
/
Useful-Amiga
/
AmigaFAQ
/
German
/
programmer
/
EasyRequest.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1994-05-14
|
383 b
|
15 lines
#include <clib/intuition_protos.h>
#ifdef AZTEC_C
#include <pragmas/intuition_lib.h>
#endif
#if defined(__SASC) || defined(_DCC) || defined(__MAXON__)
#include <pragmas/intuition_pragmas.h>
#endif
LONG EasyRequest(struct Window *wnd, struct EasyStruct *es,
ULONG *IDCMP_ptr, ...)
{ return(EasyRequestArgs(wnd, es, IDCMP_ptr,
((STRPTR) &IDCMP_ptr)+sizeof(IDCMP_ptr)));
}