Searched defs:putchar (Results 1 – 3 of 3) sorted by relevance
15 int putchar(int c) in putchar() function
60 putchar(int c) in putchar() function
1610 #define putchar(x) putc(x, stdout) macro