home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD1.bin
/
new
/
docs
/
misc
/
amigafaq
/
programmer
/
setattrs.c
< prev
next >
Wrap
C/C++ Source or Header
|
1994-07-28
|
302b
|
14 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
ULONG SetAttrs(APTR Object, Tag tag, ...)
{ return(SetAttrsA(Object, (struct TagItem *) &tag));
}