Home
last modified time | relevance | path

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

/third_party/musl/src/stdio/
Dfgetwc.c58 wint_t fgetwc(FILE *f) in fgetwc() function
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h522 #define fgetwc(...) (pthread_testcancel(), fgetwc(__VA_ARGS__)) macro