xputc
static int xputc(int);
xputc('\r');
xputc(c);
xputc(c = c << 8 | c >> 24);
xputc('\b');
xputc('\r');
xputc(' ');
xputc(c);
void xputc(int c);