This project is pretty straightforward. I have recoded a printf.
For more detailed information: subject.
The function is written in C language and thus needs the gcc
compiler and some standard C libraries to run.
1. Compiling the library
To compile, go to the library path and run:
$ make
2. Using it in your code
To use the library functions in your code, simply include its header:
#include "ft_printf.h"