Searched defs:putchar (Results 1 – 6 of 6) sorted by relevance
6 int putchar(int c){ in putchar() function
52 #define putchar(c) Function._putchar_.unavailable macro
103 putchar(int c, int *state) in putchar() function
105 #define putchar(c) putc(c, stdout) macro
122 #define putchar(c) putc(c, stdout) macro
53 #define putchar(x) Bprint(&bout, "%C", x) macro