/ft_printf

42 Moscow study project

Primary LanguageC

What's that?

This is my reimplementation of <stdio.h> standart function called printf using only malloc(), free() and write() functions among all standart functions in <stdlib.h>.

#How to?

build: make re
gcc ./libft/libft.a libftprintf.c main.c