|
.gitignore
|
chore: ignore main files
|
2024-10-14 14:29:02 +02:00 |
|
ft_bzero.c
|
chore: use correct size_t instead of t_size
|
2024-10-16 15:20:28 +02:00 |
|
ft_isalnum.c
|
ft_alnum: initial implementation
|
2024-10-14 14:54:43 +02:00 |
|
ft_isalpha.c
|
ft_isalpha: initial implementation
|
2024-10-14 14:29:25 +02:00 |
|
ft_isascii.c
|
ft_isascii: initial implementation
|
2024-10-14 15:01:01 +02:00 |
|
ft_isdigit.c
|
ft_isdigit: inital implementation
|
2024-10-14 14:48:30 +02:00 |
|
ft_isprint.c
|
ft_isprint: initial implementation
|
2024-10-14 15:09:25 +02:00 |
|
ft_memchr.c
|
chore: use correct size_t instead of t_size
|
2024-10-16 15:20:28 +02:00 |
|
ft_memcmp.c
|
ft_memcmp: initial implementation
|
2024-10-16 15:34:30 +02:00 |
|
ft_memcpy.c
|
chore: use correct size_t instead of t_size
|
2024-10-16 15:20:28 +02:00 |
|
ft_memmove.c
|
chore: use correct size_t instead of t_size
|
2024-10-16 15:20:28 +02:00 |
|
ft_memset.c
|
chore: use correct size_t instead of t_size
|
2024-10-16 15:20:28 +02:00 |
|
ft_strchr.c
|
ft_strchr: initial implementation
|
2024-10-16 10:46:16 +02:00 |
|
ft_strlcat.c
|
chore: use correct size_t instead of t_size
|
2024-10-16 15:20:28 +02:00 |
|
ft_strlcpy.c
|
chore: use correct size_t instead of t_size
|
2024-10-16 15:20:28 +02:00 |
|
ft_strlen.c
|
chore: use correct size_t instead of t_size
|
2024-10-16 15:20:28 +02:00 |
|
ft_strncmp.c
|
ft_memcmp: initial implementation
|
2024-10-16 15:34:30 +02:00 |
|
ft_strrchr.c
|
ft_strrchr: intial implementation
|
2024-10-16 10:52:03 +02:00 |
|
ft_tolower.c
|
ft_tolower: initial implementation
|
2024-10-16 10:32:29 +02:00 |
|
ft_toupper.c
|
ft_toupper: initial implementation
|
2024-10-16 10:28:00 +02:00 |
|
libft.h
|
ft_memcmp: initial implementation
|
2024-10-16 15:34:30 +02:00 |
|
Makefile
|
ft_memcmp: initial implementation
|
2024-10-16 15:34:30 +02:00 |