ft_strmapi: initial implementation

This commit is contained in:
Khaïs COLIN 2024-10-18 11:55:40 +02:00
parent 08bae77518
commit f2f363518c
3 changed files with 72 additions and 3 deletions

View file

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