typedef
struct
{
char
name[MAXNAME];
int
tag;
/*特征位*/
union
/*起始地址或串值*/
*stradr;
value[4];
} uval;
} TNode;