The function 'ft_printf' mimics libc's function 'printf'. It manages the following conversions: cspdiuxX%. Also, it manages any combination of the following flags: ’-0.*’ and minimum field width with all conversions.
Primary LanguageC
No one’s star this repository yet.