-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
mdz_ansi_16 functions
- Init functions
- Status functions
- Insert/remove functions
- Find functions
- Miscellaneous functions