From 4dfd892f968fb840eddd5fc192c061a997afa588 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 23 Apr 2020 16:16:09 +0200 Subject: Very good redirs --- src/ft_f_file.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/ft_f_file.h (limited to 'src/ft_f_file.h') diff --git a/src/ft_f_file.h b/src/ft_f_file.h new file mode 100644 index 0000000..964dcf9 --- /dev/null +++ b/src/ft_f_file.h @@ -0,0 +1,21 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_f_file.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: rbousset +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ +/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ +/* */ +/* ************************************************************************** */ + +#ifndef FT_F_FILE_H +#define FT_F_FILE_H + +#include "ft_s_struct.h" + +void ft_f_file(const char path[], + t_msh *msh); + +#endif -- cgit v1.2.3