/ft_printf

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

Stargazers

No one’s star this repository yet.