home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD1.bin
/
new
/
docs
/
misc
/
amigafaq
/
programmer
/
hostrequest.c
< prev
next >
Wrap
C/C++ Source or Header
|
1994-07-28
|
274b
|
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));
}