diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ -# clist +# c-utils -A framework to manage lists on C language.
\ No newline at end of file +A utility toolkit for the C language. These are the main features: + +* lists - you can manage lists in a simple way. + +Upcoming features: + +* maps - you can create maps with a key ad a value. The only limitation is the +key must be a string. |