Skip to content

Repository files navigation

mlibs

Commonly used data structures, algorithms and utility functions implemented in C.

All modules can be built and installed using the following line

./build.sh all --install

Or it can be built and installed using cmake by running the following commands.

mkdir build
cd build
cmake ..
make
sudo make install

About

Commonly used data structures, algorithms and utility functions implemented in C.

Topics

Resources

Stars

Watchers

Forks

Releases

Contributors

Languages