- 20/04/09 : OK
- 115 score (mandatory 100 + bonus 15)
- to code a C library regrouping functions.
- the functions will be allowed to use in all other projects.
-
Mandatory Part
- memory :
memset
bzero
memcpy
memccpy
memmove
memchr
memcmp
calloc
- string(lib) :
strlen
strlcpy
strlcat
strchr
strrchr
strnstr
strncmp
atoi
strdup
- is_sth, to_sth :
isalpha
isdigit
isalnum
isascii
isprint
toupper
tolower
- string(non-lib) :
ft_substr
ft_strjoin
ft_strtrim
ft_split
ft_itoa
ft_strmapi
- put_fd :
ft_putchar_fd
ft_putstr_fd
ft_putendl_fd
ft_putnbr_fd
- memory :
-
Bonus Part