diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-20 17:04:59 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-20 17:04:59 +0200 |
commit | 386c44e541af7aa1ba594d2f0a9665199b3dffb4 (patch) | |
tree | cf5ef3cfeca4348c76aa97ffa5c00849ef9ee24a /src/ft_m_loop.h | |
parent | Good (diff) | |
download | 42-minishell-386c44e541af7aa1ba594d2f0a9665199b3dffb4.tar.gz 42-minishell-386c44e541af7aa1ba594d2f0a9665199b3dffb4.tar.bz2 42-minishell-386c44e541af7aa1ba594d2f0a9665199b3dffb4.tar.xz 42-minishell-386c44e541af7aa1ba594d2f0a9665199b3dffb4.tar.zst 42-minishell-386c44e541af7aa1ba594d2f0a9665199b3dffb4.zip |
Nice prompt
Diffstat (limited to 'src/ft_m_loop.h')
-rw-r--r-- | src/ft_m_loop.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ft_m_loop.h b/src/ft_m_loop.h new file mode 100644 index 0000000..564d447 --- /dev/null +++ b/src/ft_m_loop.h @@ -0,0 +1,21 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_m_loop.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_LOOP +#define FT_M_LOOP + +#include <stdint.h> +#include "ft_s_struct.h" + +int32_t ft_m_loop(t_msh *msh); + +#endif |