blob: 7a4f004a278a058f0a3a2200abceee8dde5c3035 [file] [log] [blame]
#include <wchar.h>
#include "stdio_impl.h"
wint_t getwchar(void) { return fgetwc(stdin); }
weak_alias(getwchar, getwchar_unlocked);