numstruct
static struct numstruct *num; /* array of number information */
num = (struct numstruct *) malloc((unsigned) numnums *
sizeof (struct numstruct));
struct numstruct *a;
struct numstruct *b;
a = (struct numstruct *)x;
b = (struct numstruct *)y;
sizeof (struct numstruct), numcompare);