strstruct
static struct strstruct *str; /* array of string information */
str = (struct strstruct *) malloc((unsigned) numstrs *
sizeof (struct strstruct));
struct strstruct *a;
struct strstruct *b;
a = (struct strstruct *)x;
b = (struct strstruct *)y;
sizeof (struct strstruct), strcompare);