**Here's the function to do :** - [x] ft_memset - [x] ft_bzero - [x] ft_memcpy - [x] ft_memccpy - [x] ft_memmove - [x] ft_memchr - [x] ft_memcmp - [x] ft_strlen - [x] ft_strlcpy - [x] ft_strlcat - [x] ft_strchr - [x] ft_strrchr - [x] ft_strnstr - [x] ft_strncmp - [x] ft_atoi - [x] ft_isalpha - [x] ft_isdigit - [x] ft_isalnum - [x] ft_isascii - [x] ft_isprint - [x] ft_toupper - [x] ft_tolower **To do with malloc :** - [x] ft_calloc - [x] ft_strdup
Here's the function to do :
To do with malloc :