/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_f_redir.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_REDIR_H #define FT_F_REDIR_H #include "ft_s_struct.h" void ft_f_redir(const char path[], t_msh *msh); #endif