diff options
Diffstat (limited to '')
-rw-r--r-- | src/e_builtins.h (renamed from src/ft_m_comm.h) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/ft_m_comm.h b/src/e_builtins.h index 5b22f3a..25026cc 100644 --- a/src/ft_m_comm.h +++ b/src/e_builtins.h @@ -1,7 +1,7 @@ /* ************************************************************************** */ /* */ /* ::: :::::::: */ -/* ft_m_comm.h :+: :+: :+: */ +/* e_builtins.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ @@ -10,14 +10,13 @@ /* */ /* ************************************************************************** */ -#ifndef FT_M_COMM_H -#define FT_M_COMM_H +#ifndef E_BUILTINS_H +#define E_BUILTINS_H #include <stdint.h> -#include "ft_s_struct.h" +#include "s_struct.h" -uint8_t ft_m_comm(const char line[], - t_msh *msh); +void e_builtin(const t_lcom *ptr, uint8_t bu_id, t_msh *msh); #endif |