MAXLINE
static char tline[MAXLINE+EDITSLOP];/* input buffer plus space */
if (fgets(tline, MAXLINE, input) == NULL)
if (fgets(tline + len, MAXLINE - len, input) == NULL) {