home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 5
/
amigaformatcd05.iso
/
mui
/
developer
/
c
/
dlib
/
allocaslreq.c
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-08-13
|
237 b
|
11 lines
#include <clib/muimaster_protos.h>
#include <pragmas/muimaster_pragmas.h>
extern struct Library *MUIMasterBase;
APTR MUI_AllocAslRequestTags(ULONG type, Tag tag1, ...)
{
return(MUI_AllocAslRequest(type, (struct TagItem *) &tag1));
}