/ft_printf

recode printf()

Primary LanguageC

ft_printf

Summary: The goal of this project is pretty straightforward. You will recode printf(). You will mainly learn about using a variable number of arguments.

To Run :

make && gcc main.c libftprintf.a && ./a.out