diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-03 14:50:05 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-03 14:50:05 +0200 |
commit | 21e8d2c8587aef5717727094d23d87feffeb1f71 (patch) | |
tree | 6ecd96827636a02d8362768e59901a654704d343 /src/p_subst_vars.h | |
parent | Normed p_subst_alias (diff) | |
download | 42-minishell-21e8d2c8587aef5717727094d23d87feffeb1f71.tar.gz 42-minishell-21e8d2c8587aef5717727094d23d87feffeb1f71.tar.bz2 42-minishell-21e8d2c8587aef5717727094d23d87feffeb1f71.tar.xz 42-minishell-21e8d2c8587aef5717727094d23d87feffeb1f71.tar.zst 42-minishell-21e8d2c8587aef5717727094d23d87feffeb1f71.zip |
Normed stuff
Diffstat (limited to 'src/p_subst_vars.h')
-rw-r--r-- | src/p_subst_vars.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/p_subst_vars.h b/src/p_subst_vars.h new file mode 100644 index 0000000..6f6716e --- /dev/null +++ b/src/p_subst_vars.h @@ -0,0 +1,20 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* p_subst_vars.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_P_SUBST_VARS_H +# define FT_P_SUBST_VARS_H + +# include "s_struct.h" + +void p_subst_vars(char word[], t_msh *msh); + +#endif |