Skip to content

mdz_wchar_sizeof

Maksym Dzyubenko edited this page Feb 7, 2024 · 1 revision

Return sizeof(wchar_t) of string in bytes.

size_t mdz_wchar_sizeof(const struct mdz_Wchar* pWchar);

Parameter Description
pWchar pointer to string returned by mdz_wchar_create() or mdz_wchar_create_attached()
Return Description
SIZE_MAX if pWchar == NULL
sizeof(wchar_t) in bytes otherwise
mdz_wchar API Reference is generated using mdzApiRefGenerator.

mdz_string functions

mdz_ansi functions

mdz_utf8 functions

mdz_wchar functions

mdz_utf16 functions

mdz_utf32 functions

mdz_string API Reference is generated using mdzApiRefGenerator.
Clone this wiki locally