Implemented functions of Part 2 and repaired older functions.
authorLukas Jiriste <ljiriste@student.42prague.com>
Tue, 15 Aug 2023 15:15:58 +0000 (17:15 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Tue, 15 Aug 2023 15:15:58 +0000 (17:15 +0200)
commit83fc28bc3292ec391f4f55b261b79e4499aaffff
tree85c5acf0a9c84b6931b90b54589ca07fc76f6797
parentc9219cab4867c2484e6ca1276ceb8c468e9980ec
Implemented functions of Part 2 and repaired older functions.
Everything passes norminette, compiles and links, but there are issues to be resolved.
19 files changed:
ft_atoi.c
ft_calloc.c
ft_isascii.c
ft_isspace.c
ft_itoa.c [new file with mode: 0644]
ft_memchr.c
ft_putchar_fd.c [new file with mode: 0644]
ft_putendl_fd.c [new file with mode: 0644]
ft_putnbr_fd.c [new file with mode: 0644]
ft_putstr_fd.c [new file with mode: 0644]
ft_split.c [new file with mode: 0644]
ft_strchr.c
ft_striteri.c [new file with mode: 0644]
ft_strjoin.c [new file with mode: 0644]
ft_strmapi.c [new file with mode: 0644]
ft_strrchr.c
ft_strtrim.c [new file with mode: 0644]
ft_substr.c [new file with mode: 0644]
libft.h