42-archive/libftasm
2016-09-21 21:27:23 +02:00
..
.gitignore .gitignore for libft.a 2016-09-01 17:43:23 +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_debug.c new lst functions and extras 2016-09-08 01:12:42 +02:00
ft_diff.c new lst functions and extras 2016-09-08 01:12:42 +02:00
ft_id.c some name changes 2016-09-10 15:25:47 +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_itoa_base.c added itoa, lltoa, uitoa, ulltoa functions 2016-09-21 21:21:02 +02:00
ft_lltoa_base.c added itoa, lltoa, uitoa, ulltoa functions 2016-09-21 21:21:02 +02:00
ft_lst_cfree.c some name changes 2016-09-10 15:25:47 +02:00
ft_lst_delif.c some name changes 2016-09-10 15:25:47 +02:00
ft_lst_delsub.c some lst changes 2016-09-12 01:51:07 +02:00
ft_lst_filter.c some name changes 2016-09-10 15:25:47 +02:00
ft_lst_find.c some lst changes 2016-09-12 01:51:07 +02:00
ft_lst_order_delsub.c some lst changes 2016-09-12 01:51:07 +02:00
ft_lst_print.c some lst changes 2016-09-12 01:51:07 +02:00
ft_lst_print2.c new lst functions and extras 2016-09-08 01:12:42 +02:00
ft_lst_removeif.c some lst changes 2016-09-12 01:51:07 +02:00
ft_lst_size.c new lst functions and extras 2016-09-08 01:12:42 +02:00
ft_lst_sort.c lst sort 2016-09-14 22:41:44 +02:00
ft_lst_sorted_insert.c some lst changes 2016-09-12 01:51:07 +02:00
ft_lst_sorted_merge.c new lst functions and extras 2016-09-08 01:12:42 +02:00
ft_lstadd.c new lst functions and extras 2016-09-08 01:12:42 +02:00
ft_lstdelone.c some name changes 2016-09-10 15:25:47 +02:00
ft_lsteadd.c added a few lst functions for fillit 2016-09-05 12:50:52 +02:00
ft_lstiter.c new lst functions and extras 2016-09-08 01:12:42 +02:00
ft_lstlast.c new lst functions and extras 2016-09-08 01:12:42 +02:00
ft_lstmap.c new lst functions and extras 2016-09-08 01:12:42 +02:00
ft_lstnadd.c added a few lst functions for fillit 2016-09-05 12:50:52 +02:00
ft_lstnew.c new lst functions and extras 2016-09-08 01:12:42 +02:00
ft_lstnew_range.c new lst functions and extras 2016-09-08 01:12:42 +02:00
ft_lstpop.c ft_lstpop 2016-09-16 03:10:41 +02:00
ft_lstsort.c new lst functions and extras 2016-09-08 01:12:42 +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 new lst functions and extras 2016-09-08 01:12:42 +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 macros prefixed with FT_ 2016-09-21 21:27:23 +02:00
ft_putnbr_fd.c macros prefixed with FT_ 2016-09-21 21:27:23 +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 forgot ft_ prefix for strchr and strrchr 2016-09-18 19:11:41 +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 strlen 0 if NULL strng 2016-08-30 00:40:33 +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 forgot ft_ prefix for strchr and strrchr 2016-09-18 19:11:41 +02:00
ft_strrev.c macros prefixed with FT_ 2016-09-21 21:27:23 +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 macros prefixed with FT_ 2016-09-21 21:27:23 +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
ft_uitoa_base.c added itoa, lltoa, uitoa, ulltoa functions 2016-09-21 21:21:02 +02:00
ft_ulltoa_base.c added itoa, lltoa, uitoa, ulltoa functions 2016-09-21 21:21:02 +02:00
libft.fr.pdf first commit, pdf 2016-08-27 13:00:16 +02:00
libft.h macros prefixed with FT_ 2016-09-21 21:27:23 +02:00
Makefile new lst functions and extras 2016-09-08 01:12:42 +02:00