Structure for accessing tagged argument lists. More...
#include <su_tagarg.h>
Structure for accessing tagged argument lists.
The function called with tagged arguments must declare an object of type ta_list which is used by the macros ta_start(), ta_args(), ta_tags(), and ta_end().
If a tagged list is not finished with TAG_END(), TAG_NULL(), or TAG_NEXT() items, random errors may occur.