Compile ft_printf using make
and compile your program with the freshly compiled libftprintf.a
Include ft_printf.h
in your file.
The same way you would use printf
(man printf
) but it only supports these specifiers: c
, s
, p
, d
, i
, u
, x
, X
and %
without any modifier.