Home | History | Annotate | Download | only in include

Lines Matching defs:putwchar

639   wint_t __cdecl putwchar(wchar_t _Ch);
754 #define putwchar(_c) fputwc((_c),stdout)
757 __CRT_INLINE wint_t __cdecl putwchar(wchar_t _C) {return (fputwc(_C,stdout)); }