/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* minitalk.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: yantoine +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/03/26 23:04:05 by yantoine #+# #+# */ /* Updated: 2024/04/16 05:50:54 by yantoine ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef MINITALK_H # define MINITALK_H # include # include # include "../lib/ft_printf/header/ft_printf.h" # include "../lib/libft/libft.h" #endif