blob: 7f8292eccf9aa79d778277d755f47ea66fd1781f (
plain)
1
2
3
4
5
6
7
8
9
10
|
# c-utils
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.
|