mdz_wchar_sizeof - maxdz-gmbh/mdz_unicode GitHub Wiki
Return sizeof(wchar_t
) of string in bytes.
size_t mdz_wchar_sizeof(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
|
sizeof(wchar_t ) in bytes |
otherwise |