]> git.dkaiser.de - 42/libft.git/commit
Setup and current progress
authorDominik Kaiser <dkaiser@1-C-13.42heilbronn.de>
Wed, 6 Mar 2024 20:02:09 +0000 (21:02 +0100)
committerDominik Kaiser <dkaiser@1-C-13.42heilbronn.de>
Wed, 6 Mar 2024 20:02:09 +0000 (21:02 +0100)
commitf861789c3e5e004395c1b7214757d5a83625d845
tree6eb15d263549018f639eb2b7fc5af6d621a39245
Setup and current progress

Forgot to commit earlier...
28 files changed:
Makefile [new file with mode: 0644]
ft_atoi.c [new file with mode: 0644]
ft_bzero.c [new file with mode: 0644]
ft_calloc.c [new file with mode: 0644]
ft_isalnum.c [new file with mode: 0644]
ft_isalpha.c [new file with mode: 0644]
ft_isascii.c [new file with mode: 0644]
ft_isdigit.c [new file with mode: 0644]
ft_isprint.c [new file with mode: 0644]
ft_memchr.c [new file with mode: 0644]
ft_memcmp.c [new file with mode: 0644]
ft_memcpy.c [new file with mode: 0644]
ft_memmove.c [new file with mode: 0644]
ft_memset.c [new file with mode: 0644]
ft_putchar_fd.c [new file with mode: 0644]
ft_putendl_fd.c [new file with mode: 0644]
ft_putstr_fd.c [new file with mode: 0644]
ft_strchr.c [new file with mode: 0644]
ft_strdup.c [new file with mode: 0644]
ft_strlcat.c [new file with mode: 0644]
ft_strlcpy.c [new file with mode: 0644]
ft_strlen.c [new file with mode: 0644]
ft_strncmp.c [new file with mode: 0644]
ft_strnstr.c [new file with mode: 0644]
ft_strrchr.c [new file with mode: 0644]
ft_tolower.c [new file with mode: 0644]
ft_toupper.c [new file with mode: 0644]
libft.h [new file with mode: 0644]