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