C common library containing common data structures, sorting algorithms and utility functions
http://cog.readthedocs.io
cog is a common library in C (similar to Boost for C++, but for C). It is heavily based on the code Zed Shaw produced in Learn C the Hard Way.
Installation
git clone https://github.com/chutsu/cog.git
cd cog
make
make install
from https://github.com/chutsu/cog
No comments:
Post a Comment