Subject
As a 42 student you'll be able, through this first project, to strengthen your skills learned during the bootcamp.
You'll recode functions from the standard C library, and some other very useful functions that you'll be able to use all along the program.
| Print |
Memory |
Lists |
Convert |
| ft_putchar.c |
ft_bzero.c |
ft_lstadd.c |
ft_atoi.c |
| ft_putchar_fd.c |
ft_memalloc.c |
ft_lstnew.c |
ft_itoa.c |
| ft_putendl.c |
ft_memcpy.c |
ft_lstdel.c |
ft_atoi_base.c |
| ft_putendl_color.c |
ft_memchr.c |
ft_lstdelone.c |
ft_toupper.c |
| ft_putendl_fd.c |
ft_memcmp.c |
ft_lstiter.c |
ft_tolower.c |
| ft_putfloat2.c |
ft_memdel.c |
ft_lstmap.c |
|
| ft_putnbr.c |
ft_memmove.c |
|
|
| ft_putnbr_color.c |
ft_memset.c |
|
|
| ft_putnbr_fd.c |
ft_memccpy.c |
|
|
| ft_putstr.c |
|
|
|
| ft_putstr_color.c |
|
|
|
| ft_putstr_fd.c |
|
|
|
| String |
String |
Other |
| ft_isalnum.c |
ft_strsub.c |
get_next_line.c |
| ft_isalpha.c |
ft_strstr.c |
|
| ft_isascii.c |
ft_strsplit.c |
|
| ft_isdigit.c |
ft_strrchr.c |
|
| ft_isprint.c |
ft_strnstr.c |
|
| ft_strcat.c |
ft_strnew.c |
|
| ft_strchr.c |
ft_strnequ.c |
|
| ft_strclr.c |
ft_strncpy.c |
|
| ft_strcmp.c |
ft_strncmp.c |
|
| ft_strcpy.c |
ft_strncat.c |
|
| ft_strdel.c |
ft_strmap.c |
|
| ft_strdup.c |
ft_strmapi.c |
|
| ft_strtrim.c |
ft_strlen.c |
|
| ft_strequ.c |
ft_strlcat.c |
|
| ft_striter.c |
ft_strjoin.c |
|
| ft_striteri.c |
|
|