Move dispatcher to ft_vprintf_percent.c

This commit is contained in:
gbaconni
2022-04-18 00:52:18 +02:00
parent 0269a1dc70
commit 0cd1d2ef1b
10 changed files with 141 additions and 39 deletions

View File

@@ -6,7 +6,7 @@
# By: gbaconni@student.42lausanne.ch +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2022/01/18 15:11:16 by gbaconni #+# #+# #
# Updated: 2022/04/17 13:18:09 by gbaconni ### lausanne.ch #
# Updated: 2022/04/17 20:56:04 by gbaconni ### lausanne.ch #
# #
# **************************************************************************** #
#
@@ -99,6 +99,7 @@ test: clean $(NAME)
@$(PREFIX) ./$(NAME) "%p" "" || true
@$(PREFIX) ./$(NAME) "%p" "\n" || true
@$(PREFIX) ./$(NAME) "Forty Two" "" || true
@$(PREFIX) ./$(NAME) "\t\r\n" "" || true
test2: leak
@$(MAKE) test LEAK=1