Skip to content

Simplified version of printf - Hive Helsinki (42 school)

License

Notifications You must be signed in to change notification settings

Hunam6/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.