From be897d4d5a6f77d5ea3f6b204f4024ab476a10fb Mon Sep 17 00:00:00 2001 From: mykola2312 <49044616+mykola2312@users.noreply.github.com> Date: Tue, 17 May 2022 05:26:26 +0300 Subject: [PATCH] update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82f7c17..83a6c65 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,5 @@ C library to implement - byte-order endianness detection, byte-swapping - 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 & text converting multi-byte (UTF-8) character set to double-byte character set and vise-versa \ No newline at end of file +- string processing, independent implementations of sscanf (cu_sscanf) and sprintf (cu_sprintf) +- text converting multi-byte (UTF-8) character set to double-byte character set and vise-versa \ No newline at end of file