summaryrefslogtreecommitdiffstats
path: root/src/ft_e_externs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_e_externs.c')
-rw-r--r--src/ft_e_externs.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ft_e_externs.c b/src/ft_e_externs.c
new file mode 100644
index 0000000..cbfb1f0
--- /dev/null
+++ b/src/ft_e_externs.c
@@ -0,0 +1,23 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* ft_e_externs.c :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* 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 */
+/* */
+/* ************************************************************************** */
+
+#include <libft.h>
+#include "ft_s_struct.h"
+
+void
+ ft_e_extern(t_lcom *ptr,
+ t_msh *msh)
+{
+ (void)ptr;
+ (void)msh;
+ /* TODO: exec $PATH stuff | initiate all builtins first, even uncomplete */
+}