]> Untitled Git - axy/ft/libft.git/commit
Moved each function to individual file
author= <=>
Wed, 29 Oct 2025 09:09:31 +0000 (10:09 +0100)
committer= <=>
Wed, 29 Oct 2025 09:09:31 +0000 (10:09 +0100)
commit49c10b88aca8a2bc1227d2aa27d654cd90f9b80a
tree868609bea90d84d89dcabddab73fb3c99aa2bba3
parent1f9aadaa205275ca2bdaa814c77850170db5b275
Moved each function to individual file
34 files changed:
Makefile
ft_atoi.c [new file with mode: 0644]
ft_bzero.c [new file with mode: 0644]
ft_calloc.c [new file with mode: 0644]
ft_isalnum.c [new file with mode: 0644]
ft_isalpha.c [moved from ft_char.c with 64% similarity]
ft_isascii.c [new file with mode: 0644]
ft_isdigit.c [new file with mode: 0644]
ft_isprint.c [new file with mode: 0644]
ft_mem1.c [moved from ft_mem.c with 79% similarity]
ft_mem2.c
ft_memchr.c [new file with mode: 0644]
ft_memcmp.c [new file with mode: 0644]
ft_memcpy.c [new file with mode: 0644]
ft_memmove.c [new file with mode: 0644]
ft_memset.c [new file with mode: 0644]
ft_split.c [new file with mode: 0644]
ft_str1.c [moved from ft_str.c with 79% similarity]
ft_str2.c
ft_str3.c [new file with mode: 0644]
ft_strchr.c [new file with mode: 0644]
ft_strdup.c [new file with mode: 0644]
ft_strjoin.c [new file with mode: 0644]
ft_strlcat.c [new file with mode: 0644]
ft_strlcpy.c [new file with mode: 0644]
ft_strlen.c [new file with mode: 0644]
ft_strncmp.c [new file with mode: 0644]
ft_strnstr.c [new file with mode: 0644]
ft_strrchr.c [new file with mode: 0644]
ft_strtrim.c [new file with mode: 0644]
ft_substr.c [new file with mode: 0644]
ft_tolower.c [moved from ft_char2.c with 73% similarity]
ft_toupper.c [new file with mode: 0644]
libft.h