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