From 396f61a507c981bab6e26e2eecf5c1eeba2fd565 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 29 Jan 2020 19:37:04 +0100 Subject: Initial Commit --- include/minishell.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/minishell.h (limited to 'include') diff --git a/include/minishell.h b/include/minishell.h new file mode 100644 index 0000000..2dc9a38 --- /dev/null +++ b/include/minishell.h @@ -0,0 +1,6 @@ +#ifndef MINISHELL_H +# define MINISHELL_H + +# include "libft.h" + +#endif -- cgit