List of functions is presented in the subject.
How to make lib
make
gcc libft.a your_program.c
There are additional commands for make
make clean
// clean all .o and .d filesmake fclean
// clean libft.a, all .o and .d filesmake bonus
// add list functions