mdz_utf32_capacity - maxdz-gmbh/mdz_unicode GitHub Wiki
Return string Capacity in UTF-32 characters.
size_t mdz_utf32_capacity(const struct mdz_Utf32* pUtf32);
| Parameter | Description |
|---|---|
pUtf32 |
pointer to string returned by mdz_utf32_create() or mdz_utf32_create_attached()
|
| Return | Description |
|---|---|
SIZE_MAX |
if pUtf32 == NULL
|
Capacity |
otherwise |