No description
Find a file
2024-09-24 17:49:45 +02:00
.gitignore dprintf 2024-07-04 15:31:34 +02:00
ft_atoi.c Some stuff from the tester 2023-11-18 00:44:23 +01:00
ft_bzero.c First commit :) 2023-11-17 02:14:50 +01:00
ft_calloc.c ft_calloc_exit 2024-07-10 16:06:07 +02:00
ft_digitcount.c bring back the customs 2024-07-04 15:41:14 +02:00
ft_freen.c ft_freen 2024-09-24 00:09:55 +02:00
ft_isalnum.c First commit :) 2023-11-17 02:14:50 +01:00
ft_isalpha.c First commit :) 2023-11-17 02:14:50 +01:00
ft_isascii.c First commit :) 2023-11-17 02:14:50 +01:00
ft_isdigit.c First commit :) 2023-11-17 02:14:50 +01:00
ft_isprint.c First commit :) 2023-11-17 02:14:50 +01:00
ft_isspace.c ft_isspace 2024-08-06 14:57:03 +02:00
ft_itoa.c Some stuff from the tester 2023-11-18 00:44:23 +01:00
ft_lstadd_back.c All done! 2023-11-17 23:29:36 +01:00
ft_lstadd_front.c All done! 2023-11-17 23:29:36 +01:00
ft_lstclear.c All done! 2023-11-17 23:29:36 +01:00
ft_lstdelone.c All done! 2023-11-17 23:29:36 +01:00
ft_lstiter.c All done! 2023-11-17 23:29:36 +01:00
ft_lstlast.c All done! 2023-11-17 23:29:36 +01:00
ft_lstmap.c Some stuff from the tester 2023-11-18 00:44:23 +01:00
ft_lstnew.c All done! 2023-11-17 23:29:36 +01:00
ft_lstsize.c All done! 2023-11-17 23:29:36 +01:00
ft_memchr.c Some stuff from the tester 2023-11-18 00:44:23 +01:00
ft_memcmp.c Some stuff from the tester 2023-11-18 00:44:23 +01:00
ft_memcpy.c First commit :) 2023-11-17 02:14:50 +01:00
ft_memmove.c Some stuff from the tester 2023-11-18 00:44:23 +01:00
ft_memset.c First commit :) 2023-11-17 02:14:50 +01:00
ft_memset32.c ft_memset32 2024-09-24 17:49:45 +02:00
ft_printf.c dprintf 2024-07-04 15:31:34 +02:00
ft_printf.h dprintf 2024-07-04 15:31:34 +02:00
ft_put_nbr_base.c bring back the customs 2024-07-04 15:41:14 +02:00
ft_putchar_fd.c Part 1 as good as done 2023-11-17 14:43:00 +01:00
ft_putendl_fd.c Part 1 as good as done 2023-11-17 14:43:00 +01:00
ft_putnbr_fd.c Part 1 as good as done 2023-11-17 14:43:00 +01:00
ft_putstr_fd.c Part 1 as good as done 2023-11-17 14:43:00 +01:00
ft_split.c Const qualifier moment 2023-11-17 23:51:54 +01:00
ft_strchr.c Const qualifier moment 2023-11-17 23:51:54 +01:00
ft_strchrc.c bring back the customs 2024-07-04 15:41:14 +02:00
ft_strdup.c Const qualifier moment 2023-11-17 23:51:54 +01:00
ft_striteri.c All done! 2023-11-17 23:29:36 +01:00
ft_strjoin.c Const qualifier moment 2023-11-17 23:51:54 +01:00
ft_strlcat.c Const qualifier moment 2023-11-17 23:51:54 +01:00
ft_strlcpy.c Some stuff from the tester 2023-11-18 00:44:23 +01:00
ft_strlen.c First commit :) 2023-11-17 02:14:50 +01:00
ft_strmapi.c Const qualifier moment 2023-11-17 23:51:54 +01:00
ft_strncmp.c Some stuff from the tester 2023-11-18 00:44:23 +01:00
ft_strnstr.c Const qualifier moment 2023-11-17 23:51:54 +01:00
ft_strrchr.c Const qualifier moment 2023-11-17 23:51:54 +01:00
ft_strtod.c ft_strtod 2024-08-09 16:26:12 +02:00
ft_strtrim.c Some stuff from the tester 2023-11-18 00:44:23 +01:00
ft_substr.c Const qualifier moment 2023-11-17 23:51:54 +01:00
ft_tolower.c First commit :) 2023-11-17 02:14:50 +01:00
ft_toupper.c First commit :) 2023-11-17 02:14:50 +01:00
get_next_line.c printf and gnl 2024-07-04 15:17:40 +02:00
get_next_line.h printf and gnl 2024-07-04 15:17:40 +02:00
get_next_line_utils.c printf and gnl 2024-07-04 15:17:40 +02:00
libft.h ft_memset32 2024-09-24 17:49:45 +02:00
Makefile ft_memset32 2024-09-24 17:49:45 +02:00
print_functions.c dprintf 2024-07-04 15:31:34 +02:00