A library of general purpose C stuff
Plenty of it pulled from Zed Shaw's "Learn C the Hard Way"
cd build
cmake ..
make
make test
Everything should be setup to 'just work', with CMake handling installing the lib and headers to the right place.
make install
The docker image is to test building and installing on linux.
docker build . -t bclib
Drop me an email at guy@rumblesan.com
BSD License.