mdz_utf8_clear - maxdz-gmbh/mdz_unicode GitHub Wiki
Clear m_pData of UTF-8 string with setting Size in 0.
void mdz_utf8_clear(struct mdz_Utf8* pUtf8);
| Parameter | Description |
|---|---|
pUtf8 |
pointer to string returned by mdz_utf8_create() or mdz_utf8_create_attached()
|