libft
It's some C standard functions rewritten and some other additional ones
The goal of this project is to ensure that you've learned the basics of C language and to learn how to compile yout first library with a Makefile There's a bunch of functions in here, such as:
ft_calloc
ft_itoa
ft_strlen
ft_substr
And many others!