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 examples
Then run the numbered tests, for example to run the first test, run:
./example01