/ft_printf

Simplified version of printf - Hive Helsinki (42 school)

Primary LanguageCMIT LicenseMIT

ft_printf

Simplified version of printf

🛠️ Installation

Compile ft_printf using make and compile your program with the freshly compiled libftprintf.a Include ft_printf.h in your file.

📚 Usage

The same way you would use printf (man printf) but it only supports these specifiers: c, s, p, d, i, u, x, X and % without any modifier.