summaryrefslogtreecommitdiffstats
path: root/src/m_loop.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-01 18:44:17 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-01 18:44:17 +0200
commit054058a9fe42d747fd9bc3444ddefbe87106ac1c (patch)
treefdcc232e3c71f4ceb6bb8f7f1106ec5d925b87ee /src/m_loop.h
parentNormed m_init (diff)
download42-minishell-054058a9fe42d747fd9bc3444ddefbe87106ac1c.tar.gz
42-minishell-054058a9fe42d747fd9bc3444ddefbe87106ac1c.tar.bz2
42-minishell-054058a9fe42d747fd9bc3444ddefbe87106ac1c.tar.xz
42-minishell-054058a9fe42d747fd9bc3444ddefbe87106ac1c.tar.zst
42-minishell-054058a9fe42d747fd9bc3444ddefbe87106ac1c.zip
Normed m_loop
Diffstat (limited to 'src/m_loop.h')
-rw-r--r--src/m_loop.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/m_loop.h b/src/m_loop.h
index 1f60744..c74a5f9 100644
--- a/src/m_loop.h
+++ b/src/m_loop.h
@@ -10,12 +10,12 @@
/* */
/* ************************************************************************** */
-#ifndef M_LOOP
-#define M_LOOP
+#ifndef FT_M_LOOP
+# define FT_M_LOOP
-#include <stdint.h>
+# include <stdint.h>
-#include "s_struct.h"
+# include "s_struct.h"
void m_dump_hist(t_msh *msh);
uint8_t m_loop(int32_t fd, t_msh *msh);