Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dfputwc.c130 __fputwc ( in __fputwc() function
171 r = __fputwc(wc, fp); in fputwc()
Dfputwc_u.c37 return __fputwc(wc, fp); in fputwc_unlocked()
Dlocal.h144 extern wint_t __fputwc (wchar_t, FILE *);
/picolibc-latest/newlib/
DChangeLog-20151213 (__fputwc): Make non-static.
1229 (__fgetwc, __fputwc): Declare.