Skip to content
Maksym Dzyubenko edited this page Oct 6, 2024 · 5 revisions

mdz_ansi_16 description

mdz_ansi_16 is library for contiguous single-byte string, containing ASCII (0..127) and "ANSI" (128 - 255) characters.
There are no dynamic memory-allocations happen inside functions.

String may contain 0-terminators ('\0') inside, and must end with 0-terminator.

String should be attached to static/pre-allocated char
buffer and contains metadata (Size, Capacity).

Capacity - how many bytes of memory is reserved for string content.
Size - how many characters are actually residing in a string.

Test license generation: - in order to get free test-license, please proceed to our Shop page maxdz Shop and register an account. After registration you will be able to obtain free 30-days test-licenses for our products using "Obtain for free" button.

mdz_ansi_16_init() with license information should be called for library initialization before any other library call.

mdz_ansi_16_init("<first-name-hash>", "<last-name-hash>", "<email-hash>", "<license-hash>");

mdz_ansi_16 API Reference is generated using mdzApiRefGenerator.