/Printf

This project is pretty straightforward, I had to recode printf. Learning what is and how to implement variadic functions.

Primary LanguageCMIT LicenseMIT

Printf

App Screenshot

This project is pretty straightforward, I had to recode printf. Learning what it is and how to implement variadic functions.

How to Use

You can use the Printf library simply by making it with the Makefile following commands:

$ make all
DONE MAKING PRINTF 

And compile your main this way:

$ gcc -Wall -Werror -Wextra main.c libftprintf.a

To run the program use:

$ ./a.out

Features

  • Easy to Use
  • Optimized
  • Protected against memory leaks
  • Treats various conditions

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details.