MAXSIZ
if (smax >= &www[MAXSIZ - 1]) overflo();
www = (struct words *)zalloc(MAXSIZ, sizeof (*www));
for (q = www; q < www+MAXSIZ; q++) {