Skip to content

dgallop/42-printf

Repository files navigation

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: