This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions. Once you validate it, you will reuse this function in your future projects.
To install and build
git clone https://github.com/WOLFIE-OG/ft_printf
cd ft_printf
make