/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* write.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: axdubois +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2023/07/31 23:17:55 by axdubois #+# #+# */ /* Updated: 2023/08/02 19:21:49 by axdubois ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef WRITE_H # define WRITE_H #include "../../includes/utils-h/utils.h" #include "../../includes/utils-h/charobj.h" #include "../../includes/algo-h/algo.h" void ft_putchar(char c); void ft_print(char *str); void ft_print_result(t_square sq,t_charobj c,t_coords *listobj,int file); #endif