Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dgetwc.c39 getwc (FILE *fp) in getwc() function
/picolibc-latest/newlib/libc/tinystdio/
Dfgetwc.c64 wint_t getwc(FILE *stream) { return fgetwc(stream); } in getwc() function