diff options
Diffstat (limited to 'src/s_init.h')
-rw-r--r-- | src/s_init.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/s_init.h b/src/s_init.h new file mode 100644 index 0000000..8ffe954 --- /dev/null +++ b/src/s_init.h @@ -0,0 +1,23 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* s_init.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 S_INIT_H +#define S_INIT_H + +#include <stdlib.h> + +#include "s_struct.h" + +t_msh *init_msh(char *const argv[], + char *const envp[]); + +#endif |