42-archive/libftasm
2016-08-28 16:33:44 +02:00
..
auteur part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_atoi.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_bzero.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_isalnum.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_isalpha.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_isascii.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_isdigit.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_isprint.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_itoa.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_memalloc.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_memccpy.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_memchr.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_memcmp.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_memcpy.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_memdel.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_memmove.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_memset.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_putchar.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_putchar_fd.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_putendl.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_putendl_fd.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_putnbr.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_putnbr_fd.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_putstr.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_putstr_fd.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_strcat.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_strchr.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_strclr.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_strcmp.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_strcpy.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_strdel.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_strdup.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_strequ.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_striter.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_striteri.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_strjoin.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_strlcat.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_strlen.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_strmap.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_strmapi.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_strncat.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_strncmp.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_strncpy.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_strnequ.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_strnew.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_strnstr.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_strrchr.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_strsplit.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_strstr.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_strsub.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_strtrim.c part 2, needs testing 2016-08-28 16:33:44 +02:00
ft_tolower.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
ft_toupper.c part 1 done, not tested 2016-08-27 22:57:08 +02:00
libft.fr.pdf first commit, pdf 2016-08-27 13:00:16 +02:00
libft.h part 2, needs testing 2016-08-28 16:33:44 +02:00
Makefile part 1 done, not tested 2016-08-27 22:57:08 +02:00