Skip to content

mdz_wchar_create

maxdz-gmbh edited this page Apr 29, 2021 · 5 revisions

Create empty "wide"-character string with Capacity == 1 (for 0-terminator), Size == 0 and Length == 0.

struct mdz_Wchar* mdz_wchar_create(size_t nEmbedSize);

Parameter Description
nEmbedSize size of "embedded part" of string. There is no "embedded part" if 0
Return Description
NULL if library is not initialized with mdz_unicode_init() call
NULL if memory allocation failed
NULL if sizeof(wchar_t) != 2 (see description in file header)
Result pointer to string for use in other mdz_wchar functions
mdz_wchar API Reference is generated using mdzApiRefGenerator.

Init mdz_unicode library functions

mdz_utf8 functions

mdz_wchar functions

mdz_utf16 functions

mdz_utf32 functions

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