PUTC
#define PUTC(ch) do { if(!isWidecExt(ch)) { \
#define PUTC(ch) { \
#define PUTC(ch) \
#define PUTC(c) if (putchar(c) == EOF) goto err;
#undef PUTC