static char inpbuf[MAXBUF], tokbuf[2 * MAXBUF], *ptr = inpbuf, *tok = tokbuf;
The array inpbuf is intended to store the user ty
inpbuf