ft_striteri: initial implementation

This commit is contained in:
Khaïs COLIN 2024-10-18 12:11:55 +02:00
parent f2f363518c
commit 6a186f7527
3 changed files with 62 additions and 2 deletions

View file

@ -6,7 +6,7 @@
# By: kcolin <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/10/14 13:43:59 by kcolin #+# #+# #
# Updated: 2024/10/18 11:33:48 by kcolin ### ########.fr #
# Updated: 2024/10/18 12:11:14 by kcolin ### ########.fr #
# #
# **************************************************************************** #
@ -40,7 +40,8 @@ SOURCES = ft_isalpha.c \
ft_strtrim.c \
ft_split.c \
ft_itoa.c \
ft_strmapi.c
ft_strmapi.c \
ft_striteri.c
OBJECTS = $(SOURCES:.c=.o)
CC = gcc