diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-23 16:16:09 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-23 16:16:09 +0200 |
commit | 4dfd892f968fb840eddd5fc192c061a997afa588 (patch) | |
tree | 3016314080aa4f8e0a211f278a756753a81231b6 /src/ft_f_file.h | |
parent | Fine builtins execution, now norme (diff) | |
download | 42-minishell-4dfd892f968fb840eddd5fc192c061a997afa588.tar.gz 42-minishell-4dfd892f968fb840eddd5fc192c061a997afa588.tar.bz2 42-minishell-4dfd892f968fb840eddd5fc192c061a997afa588.tar.xz 42-minishell-4dfd892f968fb840eddd5fc192c061a997afa588.tar.zst 42-minishell-4dfd892f968fb840eddd5fc192c061a997afa588.zip |
Very good redirs
Diffstat (limited to 'src/ft_f_file.h')
-rw-r--r-- | src/ft_f_file.h | 21 |
1 files changed, 21 insertions, 0 deletions
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 <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* 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 |