"The aim of this project is to code a C library regrouping usual functions that you’ll be allowed to use in all your other projects."
-
Memory :
memset
bzero
memcpy
memccpy
memmove
memchr
memcmp
calloc
-
String :
strlen
strlcpy
strlcat
strchr
strrchr
strnstr
strncmp
strdup
atoi
-
Type :
ft_isdigit
ft_isalpha
ft_isalnum
ft_isprint
ft_toupper
ft_tolower
- String :
ft_substr
ft_strjoin
ft_strtrim
ft_split
ft_itoa
ft_strmapi
- Write :
ft_putchar_fd
ft_putstr_fd
ft_putendl_fd
ft_putnbr_fd