home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 4
/
Amiga Tools 4.iso
/
text+faqs
/
amigafaq
/
programmer
/
hostrequest.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-02-26
|
274 b
|
14 lines
#include <clib/envoy_protos.h>
#ifdef AZTEC_C
#include <pragmas/envoy_lib.h>
#endif
#if defined(__SASC) || defined(_DCC) || defined(__MAXON__)
#include <pragmas/envoy_pragmas.h>
#endif
BOOL HostRequest(Tag tag, ...)
{ return(HostRequestA((struct TagItem *) &tag));
}