From 7cad49bd96a1798b5e742ff85084ddc188f7362b Mon Sep 17 00:00:00 2001 From: salad Date: Mon, 31 Aug 2020 14:52:48 +0200 Subject: start normng --- src/p_lcom_vars.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/p_lcom_vars.h (limited to 'src/p_lcom_vars.h') diff --git a/src/p_lcom_vars.h b/src/p_lcom_vars.h new file mode 100644 index 0000000..d0732ef --- /dev/null +++ b/src/p_lcom_vars.h @@ -0,0 +1,24 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* p_lcom_vars.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: rbousset +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ +/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ +/* */ +/* ************************************************************************** */ + +#ifndef P_LCOM_VARS_H +#define P_LCOM_VARS_H + +#include + +#include "s_struct.h" + +void p_add_to_env_fork(int64_t i, char *words[], t_msh *msh); +char **p_subst_args(const char word[], int8_t redir); +char **p_subst_home(char *word[], t_msh *msh); + +#endif -- cgit v1.2.3