Lines Matching refs:putwc
63 wint_t putwc (wchar_t c, FILE *stream);
997 The putwc function is equivalent to fputwc, except that if it is implemented as a
1004 @return The putwc function returns the wide character written, or WEOF.
1006 wint_t putwc(wchar_t C, FILE *Stream);
1010 The putwchar function is equivalent to putwc with the second argument stdout.