diff --git a/ft_atoi.o b/ft_atoi.o deleted file mode 100644 index e244f89..0000000 Binary files a/ft_atoi.o and /dev/null differ diff --git a/ft_bzero.o b/ft_bzero.o deleted file mode 100644 index 6589a4d..0000000 Binary files a/ft_bzero.o and /dev/null differ diff --git a/ft_isalnum.o b/ft_isalnum.o deleted file mode 100644 index 4d4eaf4..0000000 Binary files a/ft_isalnum.o and /dev/null differ diff --git a/ft_isalpha.o b/ft_isalpha.o deleted file mode 100644 index 6daee9a..0000000 Binary files a/ft_isalpha.o and /dev/null differ diff --git a/ft_isascii.o b/ft_isascii.o deleted file mode 100644 index 57e0977..0000000 Binary files a/ft_isascii.o and /dev/null differ diff --git a/ft_isdigit.o b/ft_isdigit.o deleted file mode 100644 index 1e7eb73..0000000 Binary files a/ft_isdigit.o and /dev/null differ diff --git a/ft_memcpy.o b/ft_memcpy.o deleted file mode 100644 index 50a0c4e..0000000 Binary files a/ft_memcpy.o and /dev/null differ diff --git a/ft_memset.o b/ft_memset.o deleted file mode 100644 index d5aad91..0000000 Binary files a/ft_memset.o and /dev/null differ diff --git a/ft_putchar_fd.o b/ft_putchar_fd.o deleted file mode 100644 index 371817e..0000000 Binary files a/ft_putchar_fd.o and /dev/null differ diff --git a/ft_putnbr_fd.o b/ft_putnbr_fd.o deleted file mode 100644 index 4a33633..0000000 Binary files a/ft_putnbr_fd.o and /dev/null differ diff --git a/ft_putstr_fd.o b/ft_putstr_fd.o deleted file mode 100644 index afc7299..0000000 Binary files a/ft_putstr_fd.o and /dev/null differ diff --git a/ft_strdup.o b/ft_strdup.o deleted file mode 100644 index 84dbba1..0000000 Binary files a/ft_strdup.o and /dev/null differ diff --git a/ft_strlcat.c b/ft_strlcat.c index 9299b8b..9ca9c40 100644 --- a/ft_strlcat.c +++ b/ft_strlcat.c @@ -6,13 +6,13 @@ /* By: adjoly +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2023/11/03 15:59:31 by adjoly #+# #+# */ -/* Updated: 2023/11/03 17:04:35 by adjoly ### ########.fr */ +/* Updated: 2023/11/03 17:12:22 by adjoly ### ########.fr */ /* */ /* ************************************************************************** */ #include "libft.h" -size_t strlcat(char *dst, const char *src, size_t size) +size_t ft_strlcat(char *dst, const char *src, size_t size) { } diff --git a/ft_strlcpy.o b/ft_strlcpy.o deleted file mode 100644 index 8554cc0..0000000 Binary files a/ft_strlcpy.o and /dev/null differ diff --git a/ft_strlen.o b/ft_strlen.o deleted file mode 100644 index 2c20529..0000000 Binary files a/ft_strlen.o and /dev/null differ diff --git a/ft_substr.o b/ft_substr.o deleted file mode 100644 index bfe6c07..0000000 Binary files a/ft_substr.o and /dev/null differ diff --git a/ft_tolower.o b/ft_tolower.o deleted file mode 100644 index 39f8ee2..0000000 Binary files a/ft_tolower.o and /dev/null differ diff --git a/ft_toupper.o b/ft_toupper.o deleted file mode 100644 index 9f0e61d..0000000 Binary files a/ft_toupper.o and /dev/null differ diff --git a/libft.a b/libft.a deleted file mode 100644 index c2d219b..0000000 Binary files a/libft.a and /dev/null differ