C library with common functions and data structures
darr
- Dynamic array
String manipulation
str
- String viewString
- Owned string
-
C compiler (gcc, clang)
-
make
-
criterion
sudo apt install -y libcriterion-dev
> make
Usage:
make <target>
Targets:
h help *Show this message, default
b build Build static
rb rebuild Clean and rebuild
bsh shared Build shared library
bt build-tests Build tests
t test Run tests
c clean Clean up
md makedirs Create buld directories
f format Format with clang-format
>