1 #include <proto/arossupport.h>
3 struct TagItem
*LibFindTagItem(Tag tagValue
, const struct TagItem
*tagList
)
5 struct TagItem
*tstate
= (struct TagItem
*)tagList
;
8 while ((tag
= LibNextTagItem(&tstate
)))
10 if (tag
->ti_Tag
== tagValue
)