Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 413 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 413 Bytes

3s - Generic Typed Data Structures Library

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.

How to test the examples?

Run the following command to compile the examples:

make examples

Then run the numbered tests, for example to run the first test, run:

./example01