Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 358 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 358 Bytes

ft_printf

Because ft_putnbr() and ft_putstr() aren’t enough

On this project our focus is to recreate the printf function You can have the subject on project repo.

To compile the code you just need to

make

To use it in your code you have to include

#include "includes/ft_printf.h"

All your need, contact me on discord - Luidji#0910