-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_MultiToWideD
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Dynamic version of MTY_MultiToWide
.
wchar_t *MTY_MultiToWideD(
const char * src
);
src
(const char *
)
Source UTF-8 string.
wchar_t *
The returned buffer must be destroyed with MTY_Free
.