A project to create a library that will contain those functions coded in assembly language : ◦ ft_strlen (man 3 strlen) ◦ ft_strcpy (man 3 strcpy) ◦ ft_strcmp (man 3 strcmp) ◦ ft_write (man 2 write) ◦ ft_read (man 2 read) ◦ ft_strdup (man 3 strdup, you can call to malloc)