From 53ff61b659f2c476fa1fe75dc975dcb4a9a0a786 Mon Sep 17 00:00:00 2001 From: mykola2312 <49044616+mykola2312@users.noreply.github.com> Date: Wed, 18 May 2022 06:44:08 +0300 Subject: [PATCH] update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 83a6c65..a1c3b49 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ C library to implement - assembler-level optimizations - architecture-dependent & hardware features - byte-order endianness detection, byte-swapping +- dynamic memory allocator & internal heap management integrated - structure object members mapping, dynamic processing, endianness auto-converting - dynamic-length structures, members sizes which are determined by mapping or run-time object member value - string processing, independent implementations of sscanf (cu_sscanf) and sprintf (cu_sprintf)