OUTPUTSIZ
char tmpbuf[OUTPUTSIZ+1]; /* Buffer before writing out */
if (n > OUTPUTSIZ) {
cmd, OUTPUTSIZ, lineno);
#define INPUTSIZ (OUTPUTSIZ + 2)