From c8c4356189dc53384d3c6517d992c7168e77ef2f Mon Sep 17 00:00:00 2001 From: lalgarra Date: Thu, 16 Oct 2025 00:09:26 +0200 Subject: [PATCH] Prueba inicial con %s --- test_printf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_printf.c b/test_printf.c index 4ecd703..9caa1ae 100644 --- a/test_printf.c +++ b/test_printf.c @@ -6,11 +6,11 @@ /* By: lalgarra +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/10/15 18:54:32 by lalgarra #+# #+# */ -/* Updated: 2025/10/15 19:27:35 by lalgarra ### ########.fr */ +/* Updated: 2025/10/16 00:07:01 by lalgarra ### ########.fr */ /* */ /* ************************************************************************** */ -#include "libftprintf.h" +#include "ft_printf.h" #include #include #include