changed sign_f to also return zero

This commit is contained in:
hugogogo
2026-05-08 00:59:29 +02:00
parent 3cf0b6ecb9
commit 8edf428fed
3 changed files with 5 additions and 3 deletions

View File

@@ -127,7 +127,7 @@ SRCS = ft_memset.c \
ft_greater.c \
ft_smaller.c \
ft_sign.c \
ft_sign_f.c \
ft_fsign.c \
ft_modf.c \
ft_pow.c \
ft_sqrt.c \