e-dant / cauldron

A collection of single-file C libraries. (generic containers, random number generation, argument parsing and other functionalities)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cauldron

A collection of single-file C libraries and tools with the goal to be portable and modifiable.

Tests

Libraries

library description
arena-allocator.h drop in arena allocator
arg.h POSIX compliant argument parser based on plan9's arg(3)
random.h literate random number library and tutorial
stretchy-buffer.h generic dynamic array
test.h minimal unit testing

Tools

Bithacks

Random

Similar projects

Licensing

For all files without a integrated license LICENSE applies.

About

A collection of single-file C libraries. (generic containers, random number generation, argument parsing and other functionalities)

License:MIT License


Languages

Language:C 95.8%Language:C++ 1.8%Language:Makefile 1.4%Language:Gnuplot 1.0%