MCL : Modern C Library MCL is a pure header only library to support modern C development. download and install $ git clone git@github.com:ccup/mcl.git $ cd mcl $ mkdir build $ cd build $ cmake .. $ make $ sudo make install test $ cd mcl $ ./test.sh