#include size_t wcstombs (char* mbsDest, const wchar_t* wsConvert, size_t size) { return 0; } int wctomb (char* mbDest, wchar_t wc) { return 0; }