class_type
cl = (struct class_type *)calloc(MALSIZ, sizeof (struct class_type));
cl = (struct class_type *)realloc((char *)cl,
sizeof (struct class_type) * (nclass+MALSIZ));
static struct class_type *cl;