Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 625 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 625 Bytes

Ft_printf

imagem

This is a 42 project that consists of a simplified version of the printf function.

But how can I run this project?

1 - First things first, you need to compile. Go to the library path and run:

$ make

2 - To use the library in your code include its header:

#include "ft_printf.h" 

💡 Tip! You can use scripts such as:

Tripouille/printfTester

and that's basically it! :)