A hash map and set implementation in C.
0

Configure Feed

Select the types of activity you want to include in your feed.

llave-valor / README.md
295 B

llava#

Bootstrap once:

gcc nob.c -o nob

Then:

./nob          # build static + dynamic
./nob test     # run tests
./nob static   # build .build/libllava.a
./nob dynamic  # build .build/libllava.so

The nob binary will recompile itself automatically if nob.c changes.