michaelrodriguess / mini-bash

0 stars 0 forks source link

6 include libft #23

Closed FernandaMatt closed 1 year ago

FernandaMatt commented 1 year ago

Linking libft and using it to print with ft_printf - changes made to makefile, minishell.h and main.c

Removed stdio.h from header file, I don't think there are any functions from this library allowed in the project.