Single Header C Library for lazy folk.
  • C 99.4%
  • Shell 0.6%
Find a file
2026-07-11 14:58:42 -04:00
examples Added generic hashmaps and 2 examples using them 2026-07-11 14:58:42 -04:00
.gitignore Fix examples based on older versions, add build examples script 2026-07-08 22:51:24 -04:00
.gitingnore init 2026-07-08 22:34:18 -04:00
a.out init 2026-07-08 22:34:18 -04:00
buildExamples.sh Fix examples based on older versions, add build examples script 2026-07-08 22:51:24 -04:00
lazy.h Added generic hashmaps and 2 examples using them 2026-07-11 14:58:42 -04:00
README.md init 2026-07-08 22:34:18 -04:00
TODO.md init 2026-07-08 22:34:18 -04:00

LAZY.h

I like C but i'm also getting tired of writing dynamic arrays, hopefully this is just all the default data structures and utilities for having fun in C.

Don't expect production ready, I'll probably change most things a decent amount If you want consistency just clone the header file and don't update