|
.gitignore
|
added testers to ignore list
|
2024-12-02 09:43:53 +02:00 |
|
ft_atoi.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_bzero.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_calloc.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_isalnum.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_isalpha.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_isascii.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_isdigit.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_isprint.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_itoa.c
|
refactor(itoa): old overflow trick removed that was no longer required by the getlen logic
|
2024-12-04 11:25:26 +02:00 |
|
ft_memchr.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_memcmp.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_memcpy.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_memmove.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_memset.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_putchar_fd.c
|
fix(putchar): removed extra edgecase test that wasn't needed
|
2024-12-04 11:08:59 +02:00 |
|
ft_putendl_fd.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_putnbr_fd.c
|
fix(putchar): made it work with whatever INT_MIN value that system might have.
|
2024-12-04 11:10:07 +02:00 |
|
ft_putstr_fd.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_split.c
|
fix: removed exta variable
|
2025-04-28 08:47:45 +03:00 |
|
ft_strchr.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_strdup.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_striteri.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_strjoin.c
|
fix(strjoin): removed unnecessary assignment
|
2024-12-04 12:28:15 +02:00 |
|
ft_strlcat.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_strlcpy.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_strlen.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_strmapi.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_strncmp.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_strnstr.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_strrchr.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_strtrim.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_substr.c
|
chore(project): removed extra comments about the functions
|
2024-12-03 17:58:25 +02:00 |
|
ft_tolower.c
|
tolower created
|
2024-10-31 15:12:18 +02:00 |
|
ft_toupper.c
|
small fixes and syntax and comments
|
2024-11-11 17:04:46 +02:00 |
|
libft.h
|
fix(libft.h): removed bonus protos
|
2024-12-04 12:28:41 +02:00 |
|
Makefile
|
chore(makefile): removed extra testing related rules
|
2024-12-03 16:42:19 +02:00 |
|
README.md
|
Update README.md
|
2024-12-04 18:58:27 +02:00 |