/42-printf

Project made for 42madrid

Primary LanguageC

printf

This project makes us recreat the function printf from stdio.h

My function is:

int	ft_printf(const char *s, ...);

My final score on this project: