Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 385 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 385 Bytes

ftprintf

Ft_printf is a 42 Project that aims to mimic the printf function (included in <stdio.h>).

Download and compile this lib

Download and compile the library

git clone https://github.com/superuzer/ftprintf.git ~/Ft_printf
cd ~/Ft_printf
make

Now you can use libftprintf.a library with your program. Add include in your header file.

#include "ft_printf.h"