putc
#undef putc
#define putc(c, file) _RETURN_INT(outc(c, file))
#define putc(x, fp) __sputc(x, fp)
#undef putc
putc(int c, FILE *fp)
static void putc(int color, char c)
#define putc(x) do { char __x = (x) ; putstrn(&__x, 1); } while (0)
putc(int c, struct clist *clp)