summaryrefslogtreecommitdiffstats
path: root/src/p_subst_vars.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-03 14:50:05 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-03 14:50:05 +0200
commit21e8d2c8587aef5717727094d23d87feffeb1f71 (patch)
tree6ecd96827636a02d8362768e59901a654704d343 /src/p_subst_vars.h
parentNormed p_subst_alias (diff)
download42-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.h20
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