unput
unput(int c) /* put lexical character back on input */
# undef unput
# define unput(c) { if (pos > 0) pos--; \