Move _mbsrtowcs to System

This commit is contained in:
Joshua Granick
2018-04-22 11:26:26 -07:00
parent 51ed111bef
commit 223137d484
3 changed files with 147 additions and 136 deletions

View File

@@ -347,4 +347,11 @@ typedef uint64_t uintmax_t;
#endif
#ifdef ANDROID
std::size_t _mbsrtowcs(wchar_t * ws, const char **src, std::size_t wn, std::mbstate_t *st);
#endif
#endif