FT_PRINTF ft_printf consists in recoding printf and introduce the notion of variadic functions. USAGE make include "ft_printf.h" to your .c files then compile : gcc -Wall -Wextra -Werror [YOUR .c FILES] -o [YOUR EXEC] libftprintf.a