C library with the implementation of some data structures. The intent is to have data structures that can simultaneously hold more than one specific type of data.
Run the following command to compile the examples:
make examplesThen run the numbered tests, for example to run the first test, run:
./example01First make sure you've also cloned the submodule used for tests, tinytest inside the root folder of this project, you can do it with the command:
git submodule update --initIf everything went ok you can then execute the tests with:
make test