The objective of this project is to create a dynamic ELF library to replace (to a certain extent) the standard C library you use every day on your system in x86_64 assembly.
Using the Criterion Library [https://github.com/Snaipe/Criterion], this project has been develloped in TDD (Test Driven Developpement). Those unit tests can be found in the tests directory [https://github.com/Rymfire/MiniLibC/tree/master/tests].