Single Header C Library for lazy folk.
  • C 99.4%
  • Shell 0.6%
Find a file
2026-07-19 18:33:36 -04:00
examples Change cstr to slc function to have proper namespacing 2026-07-16 03:28:11 -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 update build examples script to use generic cc variable 2026-07-14 12:53:46 -04:00
lazy.h Implemented hashmap destroyer 2026-07-19 18:33:36 -04:00
README.md init 2026-07-08 22:34:18 -04:00
TODO.md Change slice functions to have proper naming 2026-07-15 03:55:05 -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