Home | History | Annotate | Download | only in include

Lines Matching defs:stdout

116 #define stdout (&__iob_func()[1])
876 #define putwchar(_c) fputwc((_c),stdout)
879 __CRT_INLINE wint_t __cdecl putwchar(wchar_t _C) {return (fputwc(_C,stdout)); }
896 #define _putchar_nolock(_c) _putc_nolock((_c),stdout)
898 #define _putwchar_nolock(_c) _putwc_nolock((_c),stdout)