mdz_wchar_length - maxdz-gmbh/mdz_unicode GitHub Wiki
Return string Length
in symbols.
size_t mdz_wchar_length(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
|
Length |
otherwise |