PUTC
#define PUTC(x) (*(void (*)())__[7])(x)
#define PUTC(c) if (p < end) *p++ = (c)
#define PUTC(c) (*kgdb_putc)(kgdb_ioarg, c)
#define PUTC(ch) \
#define PUTC(c) if (putchar(c) == EOF) goto err;
#undef PUTC