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