Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 517 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 517 Bytes

ft_printf

Final Score 100/100

Create a function similar to int printf(const char *format, ...). Details in subject. All files must pass the norminette check.

Usage

make - to compile
make clean - to remove objects
make fclean - to remove objects and binary files
make re - to re-compile