richardmarcela / 42-ft_printf

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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! :)

About

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


Languages

Language:C 95.6%Language:Makefile 4.4%