Single Header C Library for lazy folk.
  • C 99.4%
  • Shell 0.6%
Find a file
2026-07-12 20:40:24 -04:00
examples Added foreach macro for dynamic arrays 2026-07-12 20:40:24 -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 Changed hashmap internals slightly, implemented dynamic hashmap growing 2026-07-11 17:46:46 -04:00
lazy.h Added foreach macro for dynamic arrays 2026-07-12 20:40:24 -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