#define _GNU_SOURCE #include "stdio_impl.h" #include wint_t putwchar_unlocked(wchar_t c) { return fputwc_unlocked(c, stdout); }