Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 797 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 797 Bytes

cstlmp

Implementation of data structures and algorithms in C, like the Standard Template Library (STL). Also take a look at the C++ project.

Build Status License

Building

  • 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

License

MIT