fmt_putc
fmt_putc('(', &left);
fmt_putc(')', &left);
fmt_putc(' ', &left);
static void fmt_putc(int, int *);