Skip to content

MTY_MultiToWideD

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Dynamic version of MTY_MultiToWide.

wchar_t *MTY_MultiToWideD(
    const char * src
);

Parameters

src (const char *)

Source UTF-8 string.

Return value

wchar_t *

The returned buffer must be destroyed with MTY_Free.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: Memory

Clone this wiki locally