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