This project is pretty straightforward, I had to recode printf. Learning what it is and how to implement variadic functions.
$ make all
DONE MAKING PRINTF
$ gcc -Wall -Werror -Wextra main.c libftprintf.a
$ ./a.out
- Easy to Use
- Optimized
- Protected against memory leaks
- Treats various conditions
This project is licensed under the MIT License - see the LICENSE.md file for details.