Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 396 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 396 Bytes

42-ft_printf

The functions are written in C language and need the gcc compiler, with <unistd.h>, <stdlib.h> and <stdarg.h> standard libraries to run.

Instructions

Compiling the library

$ cd 42-ft_printf/ && make

Using it in your code

#include "ft_printf.h"

Testing