![buildhck status](http://build.cloudef.pw/build/chck/master/linux x86_64/current/status.svg)
Collection of C utilities taken and cleaned up from my other projects
mkdir target && cd target # - create build target directory
cmake -DCMAKE_BUILD_TYPE=Upstream .. # - run CMake
make # - compile
cd target # - cd to your target directory
make test # - run tests
The utilites are small and mainly meant to be copied to your project. However libraries for each component is built with the cmake.
- Each utility should be independant.
- Though, it's ok to include macros.h and overflow.h
- Each utility should contain tests.
- Each utility should have use more than once.
zlib, see LICENSE file for more information