No description
Find a file
2025-10-05 16:15:57 +02:00
.gitignore restructured file tree, added new functions 2024-04-06 12:42:13 +02:00
ft_atoi.c protected everything, again 2025-09-26 20:52:21 +02:00
ft_bzero.c protected everything, again 2025-09-26 20:52:21 +02:00
ft_calloc.c updated libft.h path and Makefile 2024-04-29 17:52:18 +02:00
ft_free.c fixed some shit 2024-09-25 11:18:15 +02:00
ft_freelst.c added more functions 2025-10-05 03:52:21 +02:00
ft_isalnum.c shortened ascii functions 2024-05-06 13:10:02 +02:00
ft_isalpha.c shortened ascii functions 2024-05-06 13:10:02 +02:00
ft_isascii.c shortened ascii functions 2024-05-06 13:10:02 +02:00
ft_isdigit.c shortened ascii functions 2024-05-06 13:10:02 +02:00
ft_isprint.c shortened ascii functions 2024-05-06 13:10:02 +02:00
ft_isspace.c new func 2025-10-05 16:15:57 +02:00
ft_itoa.c finished mandatory part 2024-05-05 18:57:58 +02:00
ft_lstadd_back.c bonus 2024-05-05 20:01:02 +02:00
ft_lstadd_front.c no segfault 2024-05-07 16:05:47 +02:00
ft_lstclear.c final corrections? 2024-05-07 18:54:01 +02:00
ft_lstdelone.c added protections 2024-05-06 22:15:15 +02:00
ft_lstfullcopy.c added another function 2025-10-05 14:58:59 +02:00
ft_lstiter.c added protections 2024-05-06 22:15:15 +02:00
ft_lstlast.c bonus 2024-05-05 20:01:02 +02:00
ft_lstlen.c added more functions 2025-10-05 03:52:21 +02:00
ft_lstmap.c added protections 2024-05-06 22:15:15 +02:00
ft_lstnew.c bonus 2024-05-05 20:01:02 +02:00
ft_lstsize.c added protections 2024-05-06 22:15:15 +02:00
ft_memchr.c protected everything, again 2025-09-26 20:52:21 +02:00
ft_memcmp.c protected everything, again 2025-09-26 20:52:21 +02:00
ft_memcpy.c updated libft.h path and Makefile 2024-04-29 17:52:18 +02:00
ft_memmove.c updated libft.h path and Makefile 2024-04-29 17:52:18 +02:00
ft_memset.c protected everything, again 2025-09-26 20:52:21 +02:00
ft_multisplit.c added more functions 2025-10-05 03:52:21 +02:00
ft_printf.c revamp 2024-07-13 15:42:22 +02:00
ft_putchar_fd.c protected everything, again 2025-09-26 20:52:21 +02:00
ft_putendl_fd.c protected everything, again 2025-09-26 20:52:21 +02:00
ft_putnbr_fd.c protected everything, again 2025-09-26 20:52:21 +02:00
ft_putptr_fd.c revamp 2024-07-13 15:42:22 +02:00
ft_putstr_fd.c revamp 2024-07-13 15:42:22 +02:00
ft_putuint_base_fd.c revamp 2024-07-13 15:42:22 +02:00
ft_split.c no segfault 2024-05-07 16:05:47 +02:00
ft_strchr.c protected everything, again 2025-09-26 20:52:21 +02:00
ft_strdup.c protected everything, again 2025-09-26 20:52:21 +02:00
ft_striteri.c final corrections? 2024-05-07 18:54:01 +02:00
ft_strjoin.c strjoin fix 2025-10-04 14:51:36 +02:00
ft_strjoin_free.c added more functions 2025-10-05 03:52:21 +02:00
ft_strlcat.c protected everything, again 2025-09-26 20:52:21 +02:00
ft_strlcpy.c no segfault 2024-05-07 16:05:47 +02:00
ft_strlen.c protected everything, again 2025-09-26 20:52:21 +02:00
ft_strmapi.c no segfault 2024-05-07 16:05:47 +02:00
ft_strncmp.c protected everything, again 2025-09-26 20:52:21 +02:00
ft_strnstr.c protected everything, again 2025-09-26 20:52:21 +02:00
ft_strrchr.c protected everything, again 2025-09-26 20:52:21 +02:00
ft_strtrim.c added protections 2024-05-06 22:15:15 +02:00
ft_substr.c no segfault 2024-05-07 16:05:47 +02:00
ft_tolower.c finished part1 2024-04-29 16:53:59 +02:00
ft_toupper.c no segfault 2024-05-07 16:05:47 +02:00
ft_unsplit.c added more functions 2025-10-05 03:52:21 +02:00
get_next_line.c fixed old ft_free signature in GNL 2025-09-15 09:01:50 +02:00
libft.h new func 2025-10-05 16:15:57 +02:00
Makefile new func 2025-10-05 16:15:57 +02:00