typedef struct {
icHeader header; /* header */
icUInt32Number count; /* number of tags in profile */
icInt8Number data[icAny]; /* tagTable and tagData */
/* Data the follows is of this form:
* icTag tagTable[icAny]; * tag table
* icInt8Number tagData[icAny]; * tag data
*/
} icProfile;
|