Searched defs:putc (Results 1 – 5 of 5) sorted by relevance
57 putc(int c, FILE *fp) in putc() function
66 #define putc(c, file) _RETURN_INT(outc(c, file)) macro
497 #define putc(x, fp) __sputc(x, fp) macro
485 putc, enumerator
559 } putc; /* a seqold event that's still needed at times, ugly as 'tis */ member