This project aims at rebuilding the printf library with basic functionality. I tried to implement as much of the original as possible, and also have a few extra things which I found to be rather useful.
int ft_printf(const char *format, ...);
| Rule | Description |
|---|---|
| all | compile all the files in a library called libft printf.a |
| re | to recompile |
| test | to compile the main.c |