An Epitech project to recode the system command, printf
- Clone this repository
- Use
makeinto the folder - (Optional :
make cleanto clean useless files) - Now, create a file and include the library (libmy.a) into your file by using
#include "libmy.a". - Call the function
my_printf()and start coding !