Implementation of data structures and algorithms in C, like the Standard Template Library (STL). Also take a look at the C++ project.
- Create a
build
folder inside the project and navigate into it. - Run
cmake ..
- Run
make
to build the library (libcstlmp.a
file) - Run
make test
to run tests