#pragma once #include int wctomb(char *s, wchar_t wc); int mbtowc(wchar_t *pwc, const char *s, size_t n);