2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
6 #include <proto/arossupport.h>
8 struct TagItem
*LibFindTagItem(Tag tagValue
, const struct TagItem
*tagList
)
10 struct TagItem
*tstate
= (struct TagItem
*)tagList
;
13 while ((tag
= LibNextTagItem(&tstate
)))
15 if ((ULONG
)tag
->ti_Tag
== (ULONG
)tagValue
)