|
.gitignore
|
chore: ignore main files
|
2024-10-14 14:29:02 +02:00 |
|
ft_bzero.c
|
correct different arg names in linux and bsd man pages
|
2024-10-15 14:44:11 +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_memcpy.c
|
correct different arg names in linux and bsd man pages
|
2024-10-15 14:44:11 +02:00 |
|
ft_memmove.c
|
correct different arg names in linux and bsd man pages
|
2024-10-15 14:44:11 +02:00 |
|
ft_memset.c
|
correct different arg names in linux and bsd man pages
|
2024-10-15 14:44:11 +02:00 |
|
ft_strlcat.c
|
ft_strlcat: initial implementation
|
2024-10-15 16:17:49 +02:00 |
|
ft_strlcpy.c
|
ft_strlcpy: initial implementation
|
2024-10-15 14:54:04 +02:00 |
|
ft_strlen.c
|
ft_strlen: initial implementation
|
2024-10-15 10:21:37 +02:00 |
|
ft_toupper.c
|
ft_toupper: initial implementation
|
2024-10-16 10:28:00 +02:00 |
|
libft.h
|
ft_toupper: initial implementation
|
2024-10-16 10:28:00 +02:00 |
|
Makefile
|
ft_toupper: initial implementation
|
2024-10-16 10:28:00 +02:00 |