Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 241 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 241 Bytes

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: