diff options
| author | Tyge Løvset <[email protected]> | 2020-06-20 21:30:35 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-20 21:30:35 +0200 |
| commit | a82bec44a0c0ac564c19090c4117742ecf942775 (patch) | |
| tree | 5a2bc09587d1aab33c360186e217f5d5e09555a8 | |
| parent | 25889303a83c8430660d82400f14223287627487 (diff) | |
| download | STC-modified-a82bec44a0c0ac564c19090c4117742ecf942775.tar.gz STC-modified-a82bec44a0c0ac564c19090c4117742ecf942775.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ STC - C99 Standard Container Library Introduction
------------
-An elegant, modern, generic, customizable, typesafe, and very efficient standard container library for C99. This is a small headers only library with the most used container components: **cstring**, **cvector**, **chash**, **carray**, and **clist**.
+An elegant, modern, generic, customizable, typesafe, and very efficient standard container library for C99. This is a small headers only library with the most used container components: **cstring**, **cvector**, **chash** (map and set), **carray** (multi-dim. dynamic array), and **clist** (circular singly linked list, suited to be used as queue).
The usage is quite similar to c++ standard containers, so it should be easy for those who are familiar with that.
|
