type_info
struct type_info *t1, *t2;
t1 = (struct type_info *)s1;
t2 = (struct type_info *)s2;
struct type_info *t1, *t2;
t1 = (struct type_info *)s1;
t2 = (struct type_info *)s2;
struct type_info *t1, *t2;
t1 = (struct type_info *)s1;
t2 = (struct type_info *)s2;
struct type_info *t1, *t2;
t1 = (struct type_info *)s1;
t2 = (struct type_info *)s2;
mergesort(types, num_types, sizeof(struct type_info), ordering->func);
struct type_info *ti;
struct type_info *t = types + k;
struct type_info types[M_LAST];
typedef struct type_info type_info_t;
struct type_info;