Basic implementations of different useful data structures in C To compile the library, just launch make library You will then be able to use these structures by including the -lstructs library to your project. An example of this is given in the Makefile