aboutsummaryrefslogtreecommitdiffstats
path: root/io/getwchar.c
blob: a949a48803e774693e0320e36852de37b655a391 (plain) (blame)
1
2
3
4
#define NEED_WINT
#include "io.h"

wint_t getwchar(void) { return fgetwc(_stdstream_wrap(stream_input)); }