No description
Find a file
2024-10-19 18:11:30 +02:00
.gitignore ignore libftTester 2024-10-18 17:38:48 +02:00
ft_atoi.c ft_atoi: correctly handle +/- at start 2024-10-19 18:11:30 +02:00
ft_bzero.c chore: use correct size_t instead of t_size 2024-10-16 15:20:28 +02:00
ft_calloc.c ft_calloc: correctly set allocated memory to zero 2024-10-17 13:53:44 +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_itoa.c ft_itoa: initial implementation 2024-10-17 17:37:10 +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_putchar_fd.c ft_putchar_fd: initial implementation 2024-10-18 14:30:13 +02:00
ft_putendl_fd.c ft_putendl_fd: initial implementation 2024-10-18 15:25:40 +02:00
ft_putnbr_fd.c ft_putnbr_fd: initial implementation 2024-10-18 16:31:16 +02:00
ft_putstr_fd.c ft_putstr_fd: initial implementation 2024-10-18 15:20:56 +02:00
ft_split.c ft_split: initial implementation 2024-10-17 17:02:35 +02:00
ft_strchr.c ft_strchr: fix 2 small bugs 2024-10-18 17:44:41 +02:00
ft_strdup.c ft_strdup: initial implementation 2024-10-17 11:03:37 +02:00
ft_striteri.c ft_striteri: initial implementation 2024-10-18 12:11:55 +02:00
ft_strjoin.c ft_strjoin: initial implementation 2024-10-17 12:11:30 +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 ft_strlcpy: fix incorrect name 2024-10-17 10:43:33 +02:00
ft_strlen.c chore: use correct size_t instead of t_size 2024-10-16 15:20:28 +02:00
ft_strmapi.c ft_strmapi: initial implementation 2024-10-18 11:55:40 +02:00
ft_strncmp.c ft_strncmp: fix returning wrong value with n=0 2024-10-18 17:55:41 +02:00
ft_strnstr.c ft_strnstr: initial implementation 2024-10-16 15:59:48 +02:00
ft_strrchr.c ft_strrchr: fix 2 small bugs 2024-10-18 17:47:30 +02:00
ft_strtrim.c ft_strtrim: initial implementation 2024-10-17 14:11:16 +02:00
ft_substr.c ft_substr: initial implementation 2024-10-17 12:00:30 +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_putnbr_fd: initial implementation 2024-10-18 16:31:16 +02:00
Makefile ft_putnbr_fd: initial implementation 2024-10-18 16:31:16 +02:00