(C) 1998 AROS - The Amiga Research OS
struct TagItem *tagList; tagList = AllocateTagItems( 4 ); tagList[0].ti_Tag = NA_Name; tagList[0].ti_Data = (IPTR)"A list of tags"; tagList[3].ti_Tag = TAG_DONE; \* Do what you want with your TagList here ... *\ FreeTagItems( tagList );
If the number of tags to allocate is zero, then none will be.
Renamed utility_intern.h to intern.h.