1 2 3 4
#pragma once #include <wchar.h> int wctomb(char *s, wchar_t wc); int mbtowc(wchar_t *pwc, const char *s, size_t n);