putc
#define ZYAN_PUTC putc
extern int putc(int c, FILE *stream);
(_single_threaded ? putc_unlocked(c, stream) : putc(c, stream))
extern int putc(int, FILE *);
ret = putc((ch), (file)); \
(void) putc('\r', stdout);
(void) putc(' ', stdout);
(void) putc(c, stdout);
putc(pointer[i++], NetTrace);
putc('"', NetTrace);
putc('"', NetTrace);
putc(pointer[i], NetTrace);
putc('"', NetTrace);
putc('\n', outfp);
putc('\n', stderr);
# define PUTC putc
if ((c)<32 || (c)>=127) fprintf(stderr,"\\x%02x",(c)); else putc((c),stderr);
putc('\n', stderr);
putc('\n', stderr);
putc('\n', stderr);
if (putc(x >> 24, fp) == EOF ||
putc(x >> 16, fp) == EOF ||
putc(x >> 8, fp) == EOF ||
putc(x, fp) == EOF)
if (putc(x, data->fp) == EOF)
putc((x >> 28) | 128, fp);
putc((x >> 21) | 128, fp);
putc((x >> 14) | 128, fp);
putc((x >> 7) | 128, fp);
if (putc(x & 127, fp) == EOF)
if (fputs(str, data->fp) == EOF || putc(0, data->fp) == EOF)
putc('\n', file);
putc('\n', file);
putc(';', file);
putc('\n',file);
putc('\n', file);
putc('.', file);
#undef putc
weak_alias (_IO_putc, putc)
extern int putc (int __c, FILE *__stream);
if (putc (outc, fp) == EOF) \
if (putc (outc, fp) == EOF) \
if (putc (outc, fp) == EOF) \
putc(buffer[i], stdout);