Searched defs:putc (Results 1 – 2 of 2) sorted by relevance
4 int putc(int c, FILE *f) in putc() function
629 #define putc(...) (pthread_testcancel(), putc(__VA_ARGS__)) macro