Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 465 Bytes

File metadata and controls

7 lines (5 loc) · 465 Bytes

Epitech Project

MiniLibC

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.

Unit Test

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].