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