update README.md
This commit is contained in:
parent
bc74c09dac
commit
e13b19ae51
1 changed files with 5 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ C library to implement
|
|||
- variable arguments
|
||||
- data structures like linked-lists, vector arrays, maps
|
||||
- bitmaps & bitwise operations
|
||||
- cross-platform oriented
|
||||
- assembler-level optimizations
|
||||
- architecture-dependent & hardware features
|
||||
- byte-order endianness detection, byte-swapping
|
||||
|
|
@ -10,4 +11,7 @@ C library to implement
|
|||
- 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)
|
||||
- text converting multi-byte (UTF-8) character set to double-byte character set and vise-versa
|
||||
- text converting multi-byte (UTF-8) character set to double-byte character set and vise-versa
|
||||
## supported architectures
|
||||
- x86-64
|
||||
- ARMv8 AArch64
|
||||
Loading…
Add table
Reference in a new issue