This commit is contained in:
Danny Jonker 2023-03-12 00:15:28 +01:00
parent 31f5086267
commit 898bcaf7b4

View File

@ -6,11 +6,11 @@
/* By: djonker <djonker@student.codam.nl> // \ \ __| | | \ \/ / */
/* (| | )|_| |_| |> < */
/* Created: 2021/06/06 12:26:37 by djonker /'\_ _/`\__|\__,_/_/\_\ */
/* Updated: 2023/03/05 21:30:55 by houtworm \___)=(___/ */
/* Updated: 2023/03/09 20:23:05 by djonker \___)=(___/ */
/* */
/* ************************************************************************** */
#include "../ft_printf.h"
#include "../../ft_printf.h"
static void ft_putandcount(t_printf *strct, char c, int w)
{