Hunam6 / ft_printf

Simplified version of printf - Hive Helsinki (42 school)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simplified version of printf - Hive Helsinki (42 school)

License:MIT License


Languages

Language:C 93.4%Language:Makefile 6.6%