#include #include int mbtowc(wchar_t *pwc, const char *s, size_t n) { return mbrtowc(pwc,s,n,NULL); }