1570af302Sopenharmony_ci#include "stdio_impl.h" 2570af302Sopenharmony_ci#include <wchar.h> 3570af302Sopenharmony_ci 4570af302Sopenharmony_ciwint_t putwchar(wchar_t c) 5570af302Sopenharmony_ci{ 6570af302Sopenharmony_ci return fputwc(c, stdout); 7570af302Sopenharmony_ci} 8570af302Sopenharmony_ci 9570af302Sopenharmony_ciweak_alias(putwchar, putwchar_unlocked); 10