From a82bec44a0c0ac564c19090c4117742ecf942775 Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylov@users.noreply.github.com> Date: Sat, 20 Jun 2020 21:30:35 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3