Home
last modified time | relevance | path

Searched refs:__fgetwc_unlocked_internal (Results 1 – 1 of 1) sorted by relevance

/third_party/musl/src/stdio/
Dfgetwc.c6 static wint_t __fgetwc_unlocked_internal(FILE *f) in __fgetwc_unlocked_internal() function
53 wchar_t wc = __fgetwc_unlocked_internal(f); in __fgetwc_unlocked()