summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-06-20 21:30:35 +0200
committerGitHub <[email protected]>2020-06-20 21:30:35 +0200
commita82bec44a0c0ac564c19090c4117742ecf942775 (patch)
tree5a2bc09587d1aab33c360186e217f5d5e09555a8
parent25889303a83c8430660d82400f14223287627487 (diff)
downloadSTC-modified-a82bec44a0c0ac564c19090c4117742ecf942775.tar.gz
STC-modified-a82bec44a0c0ac564c19090c4117742ecf942775.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 70e7b8e5..ffa9a569 100644
--- a/README.md
+++ b/README.md
@@ -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.