A hash map and set implementation in C.
0

Configure Feed

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

C 99.2%
Nix 0.8%
Shell 0.1%
Other 0.1%
3 1 0

Clone this repository

https://git.vm.fail/stau.space/llave-valor https://git.vm.fail/did:plc:ftj7nztme3ucbtrdmyaidbt6
ssh://git@knot1.tangled.sh:2222/stau.space/llave-valor ssh://git@knot1.tangled.sh:2222/did:plc:ftj7nztme3ucbtrdmyaidbt6

For self-hosted knots, clone URLs may differ based on your setup.


README.md

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.