xputchar
xputchar(c);
xputchar('\n');
xputchar('\a');
extern void xputchar(int);
xputchar(va_arg(ap, int));
xputchar(*s);
xputchar(*s);
xputchar(c);