API that provide access to common data structures for the C language. Particular focus is given to the data structures covered in the Foundation Exam.
The API is made of different modules that address a particular data structure following the naming convention [data_structure]_api. Each module will be tested through programs included in a folder named [data_structure];
[data_structure]_api: sub-library
[data_structure]: sub-library test.