Home | History | Annotate | Download | only in include

Lines Matching defs:putwchar

791   wint_t __cdecl putwchar(wchar_t _Ch);
907 #define putwchar(_c) fputwc((_c),stdout)
910 __CRT_INLINE wint_t __cdecl putwchar(wchar_t _C) {return (fputwc(_C,stdout)); }