1
0

added atoll

This commit is contained in:
2024-02-21 16:29:13 +01:00
parent 6af3df4973
commit 41548b6c53
3 changed files with 99 additions and 62 deletions

View File

@ -6,7 +6,7 @@
# By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/11/01 11:03:22 by adjoly #+# #+# #
# Updated: 2024/02/08 16:49:00 by adjoly ### ########.fr #
# Updated: 2024/02/15 13:55:20 by adjoly ### ########.fr #
# #
# **************************************************************************** #
@ -45,6 +45,7 @@ SRCS = is/ft_isalnum.c \
print/ft_putstr.c \
print/ft_putstr_fd.c \
str/ft_atoi.c \
str/ft_atoll.c \
str/ft_itoa.c \
str/ft_split.c \
str/ft_strchr.c \