homemade printf function
Handles the following features: conversions: sSpdDioOuUxXcCk %% flags: #0-+ space, hh h l ll j z, minimum size, precision
Creates a library named libftprintf.a that contains int ft_printf(const char *arg, ...) For more precisions, read 'man 3 printf', the function is basically built according to the manual.