Xiqual 0.9.1

In file xitools/tag_next.c:

tagitem* tag_next

(tagitem** taglist)

Get next tagitem in the array.

Documentation

Get next tagitem in the array. Use this function to smooth over any uses of TAG_SKIP, TAG_IGNORE and TAG_MORE.

NOTE: Designed to work exactly like the Amiga functions from utility.library, so the pointer passed in is modified.

Parameters:
taglist - A pointer to a tagarray's address
Returns:
A pointer to the next tagitem in the array, or NULL (=TAG_END).
Author:
Ronny Bangsund
See Also:
tag_alloclist(), tag_freelist(), tag_finditem(), tag_getdata(), tag_next()

Alphabetic index



This page was generated with the help of DOC++.