edsonvoliveira/42_ft_printf
Write a library that contains ft_printf(), a function that will mimic the original printf(). This function has to handle the following conversions: cspdiuxX%
C
Write a library that contains ft_printf(), a function that will mimic the original printf(). This function has to handle the following conversions: cspdiuxX%
C