19 Coding School project (42 Network)
This project is pretty straight forward. You will recode printf. Hopefully you will be able to reuse it in future project without the fear of being flagged as a cheater. You will mainly learn how to use variadic arguments.
Success: 100%
Compile and create the archive libftprintf.a:
make
Delete all objects:
make clean
Delete all objects and the archive:
make fclean
- RTFM:
man 3 printf