Home
last modified time | relevance | path

Searched defs:fputwc (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/src/stdio/
Dfputwc.c31 wint_t fputwc(wchar_t c, FILE *f) in fputwc() function
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h530 #define fputwc(...) (pthread_testcancel(), fputwc(__VA_ARGS__)) macro