#if 0 #include #include wint_t putwchar(wchar_t c) { return putwc(c, stdout); } /* STDC(199409) */ #endif