summaryrefslogtreecommitdiffstats
path: root/src/ft_m_funptr.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-20 17:31:32 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-20 17:31:32 +0200
commitc85c10c0308c565ed0e1c6320a81551f1777b56d (patch)
tree8f4fbed31da06f4f0716cd37d1b4cfaa43f55685 /src/ft_m_funptr.h
parentNice prompt (diff)
download42-minishell-c85c10c0308c565ed0e1c6320a81551f1777b56d.tar.gz
42-minishell-c85c10c0308c565ed0e1c6320a81551f1777b56d.tar.bz2
42-minishell-c85c10c0308c565ed0e1c6320a81551f1777b56d.tar.xz
42-minishell-c85c10c0308c565ed0e1c6320a81551f1777b56d.tar.zst
42-minishell-c85c10c0308c565ed0e1c6320a81551f1777b56d.zip
Cool funptr
Diffstat (limited to 'src/ft_m_funptr.h')
-rw-r--r--src/ft_m_funptr.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ft_m_funptr.h b/src/ft_m_funptr.h
new file mode 100644
index 0000000..889c0af
--- /dev/null
+++ b/src/ft_m_funptr.h
@@ -0,0 +1,20 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* ft_m_funptr.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 FT_M_FUNPTR_H
+#define FT_M_FUNPTR_H
+
+#include "ft_s_struct.h"
+
+void ft_init_buptr(t_msh *msh);
+
+#endif