blob: bfde7b3f7b7ff6ff810045669e9b69e27af58e9d [file] [log] [blame]
#include "stdio_impl.h"
#include <wchar.h>
wint_t putwchar(wchar_t c) {
return fputwc(c, stdout);
}
weak_alias(putwchar, putwchar_unlocked);