QLINESIZE
char lp[QLINESIZE + 1];
while (fgets(lp, QLINESIZE + 1, f) != NULL)
lp = xmalloc(QLINESIZE + 1);
while (fgets(lp, QLINESIZE + 1, in) != NULL && count_in < end_lineno) {