diff options
Diffstat (limited to 'src/ft_map_error.c')
-rw-r--r-- | src/ft_map_error.c | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src/ft_map_error.c b/src/ft_map_error.c index 0970936..3413bbb 100644 --- a/src/ft_map_error.c +++ b/src/ft_map_error.c @@ -1,9 +1,22 @@ +/* ************************************************************************** */ +/* LE - / */ +/* / */ +/* ft_map_error.c .:: .:/ . .:: */ +/* +:+:+ +: +: +:+:+ */ +/* By: rbousset <marvin@le-101.fr> +:+ +: +: +:+ */ +/* #+# #+ #+ #+# */ +/* Created: 2020/02/02 17:19:30 by rbousset #+# ## ## #+# */ +/* Updated: 2020/02/02 17:19:30 by rbousset ### #+. /#+ ###.fr */ +/* / */ +/* / */ +/* ************************************************************************** */ + #include <libft.h> #include <cub3d.h> #include <unistd.h> int -ft_map_error(t_cub *clist) + ft_map_error(t_cub *clist) { ft_dprintf(STDERR_FILENO, "Error\n"); ft_dprintf(STDERR_FILENO, |