From f10e352f8740009d1a93f90160fda7aeabf2a2dc Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 24 Aug 2020 18:05:34 +0200 Subject: Counter | and counter \ --- src/m_loop_next.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/m_loop_next.h (limited to 'src/m_loop_next.h') diff --git a/src/m_loop_next.h b/src/m_loop_next.h new file mode 100644 index 0000000..56221e7 --- /dev/null +++ b/src/m_loop_next.h @@ -0,0 +1,24 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* m_loop_next.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: rbousset +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ +/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ +/* */ +/* ************************************************************************** */ + +#ifndef M_LOOP_NEXT_H +#define M_LOOP_NEXT_H + +#include + +#include "s_struct.h" + +char *m_check_multi_backslash(int32_t fd, char *line, t_msh *msh); +char *m_check_multi_pipe(int32_t fd, char *line, t_msh *msh); + + +#endif -- cgit v1.2.3