This project is a part of the second year of Epitech.
We had 2 weeks to complete it. ποΈ
The goal of this project is to recreate the basic functions of the standard C library but in x86_64 assembly.
Getting the source code straight from GitHub? Compile using these steps below
$ git clone https://github.com/highesttt/minilibc.git minilibc
$ cd minilibc
$ make# Add the .so to your PATH or use LDPRELOAD
# Use in your C program!