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