int uflow();
12345
int uflow() { if ( underflow() == EOF ) return EOF; gbump(1); return gptr()[-1]; }
int