aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-01-29 19:37:04 +0100
committerCharles <sircharlesaze@gmail.com>2020-01-29 19:37:04 +0100
commit396f61a507c981bab6e26e2eecf5c1eeba2fd565 (patch)
tree1103da84a64bbd42f2c1840c159f38a2d8917a61 /include
downloadminishell-396f61a507c981bab6e26e2eecf5c1eeba2fd565.tar.gz
minishell-396f61a507c981bab6e26e2eecf5c1eeba2fd565.tar.bz2
minishell-396f61a507c981bab6e26e2eecf5c1eeba2fd565.zip
Initial Commit
Diffstat (limited to 'include')
-rw-r--r--include/minishell.h6
1 files changed, 6 insertions, 0 deletions
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