The functions are written in C language and need the gcc
compiler, with <unistd.h>
, <stdlib.h>
and <stdarg.h>
standard libraries to run.
Compiling the library
$ cd 42-ft_printf/ && make
Using it in your code
#include "ft_printf.h"
The functions are written in C language and need the gcc
compiler, with <unistd.h>
, <stdlib.h>
and <stdarg.h>
standard libraries to run.
Compiling the library
$ cd 42-ft_printf/ && make
Using it in your code
#include "ft_printf.h"