mdz_utf8_length - maxdz-gmbh/mdz_unicode GitHub Wiki
Return string Length
in symbols.
size_t mdz_utf8_length(const struct mdz_Utf8* pUtf8);
Parameter | Description |
---|---|
pUtf8 |
pointer to string returned by mdz_utf8_create() or mdz_utf8_create_attached()
|
Return | Description |
---|---|
SIZE_MAX |
if pUtf8 == NULL
|
Length |
otherwise |