mdz_ansi_create - maxdz-gmbh/mdz_string GitHub Wiki
Create empty string with Capacity
and Size
0.
struct mdz_Ansi* mdz_ansi_create(size_t nEmbedSize);
Parameter | Description |
---|---|
nEmbedSize |
size of "embedded part" of string. There is no "embedded part" if 0 |
Return | Description |
---|---|
NULL |
if library is not initialized with mdz_string_init() call |
NULL |
if memory allocation failed |
Result | pointer to string for use in other mdz_ansi functions |