Searched defs:fputwc (Results 1 – 2 of 2) sorted by relevance
31 wint_t fputwc(wchar_t c, FILE *f) in fputwc() function
530 #define fputwc(...) (pthread_testcancel(), fputwc(__VA_ARGS__)) macro