DumpTagList

Prints contents of a tag list.

Synopsis

void DumpTagList (const TagArg *tagList, const char *desc)

Description

This function prints out the contents of a TagArg list.

Arguments

tagList
The list of tags to print.
desc
Description of tag list to print. Can be NULL.

Implementation

Convenience call implemented in clib.lib V24.

Associated Files

tags.h
ANSI C Prototype
clib.lib
ARM Link Library

See Also

NextTagArg(), GetTagArg()