#include #include wint_t putwc(wchar_t c, FILE * stream) { return fputwc(c, stream); } /* STDC(199409) */