/* test to build and run so that we know if we have putwc */ #include #include int main () { wchar_t a = 'a'; putwc(a, stdout); return 104; }