myrec
struct myrec *next;
struct myrec *list, *mrp, *pmrp;
if ((mrp = malloc(sizeof (struct myrec))) == 0) {