blob: 9050ad2312b7a72d05dbda74dbd279f496c5b3c4 [file] [log] [blame]
#include "stdio_impl.h"
#include <wchar.h>
wint_t getwc(FILE* f) {
return fgetwc(f);
}