ajout abs, greater, smaller, sign

This commit is contained in:
hugogogo
2021-07-23 17:13:15 +02:00
parent 26147eeeeb
commit 8fd5257b23
6 changed files with 41 additions and 1 deletions

View File

@@ -102,7 +102,11 @@ SRCS = ft_memset.c \
ft_next_word.c \
ft_convert.c \
ft_flag_transform.c \
ft_flag_transform_bonus.c
ft_flag_transform_bonus.c \
ft_abs.c \
ft_greater.c \
ft_smaller.c \
ft_sign.c
ODIR = ./builds