Total Pageviews

Friday 31 March 2017

cog

C common library containing common data structures, sorting algorithms and utility functions

 Build Status

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