Add hexadecimal support w/ ft_itoa_base

This commit is contained in:
gbaconni
2022-04-15 00:15:26 +02:00
parent 55044bb017
commit cab84b5f28
6 changed files with 126 additions and 35 deletions

View File

@@ -6,7 +6,7 @@
# By: gbaconni@student.42lausanne.ch +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2022/01/18 15:11:16 by gbaconni #+# #+# #
# Updated: 2022/04/13 01:20:20 by gbaconni ### lausanne.ch #
# Updated: 2022/04/14 23:54:03 by gbaconni ### lausanne.ch #
# #
# **************************************************************************** #
#
@@ -30,6 +30,7 @@ SRC = \
$(LIBFT)/ft_calloc.c \
$(LIBFT)/ft_strlen.c \
$(LIBFT)/ft_itoa.c \
ft_itoa_base.c \
ft_vprintf_char.c \
ft_vprintf_string.c \
ft_vprintf_pointer.c \