diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-01 20:15:33 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-01 20:15:33 +0200 |
commit | fecb30e8db01bb59d2f7af7abcae18c98f6b4bbb (patch) | |
tree | 111d7022326343afc3567a93a9be85ba399b6303 /src/m_prompt.h | |
parent | Normed m_minishell (diff) | |
download | 42-minishell-fecb30e8db01bb59d2f7af7abcae18c98f6b4bbb.tar.gz 42-minishell-fecb30e8db01bb59d2f7af7abcae18c98f6b4bbb.tar.bz2 42-minishell-fecb30e8db01bb59d2f7af7abcae18c98f6b4bbb.tar.xz 42-minishell-fecb30e8db01bb59d2f7af7abcae18c98f6b4bbb.tar.zst 42-minishell-fecb30e8db01bb59d2f7af7abcae18c98f6b4bbb.zip |
Normed m_prompt
Diffstat (limited to 'src/m_prompt.h')
-rw-r--r-- | src/m_prompt.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/m_prompt.h b/src/m_prompt.h index 8aae6f7..235c6e1 100644 --- a/src/m_prompt.h +++ b/src/m_prompt.h @@ -10,12 +10,12 @@ /* */ /* ************************************************************************** */ -#ifndef M_PROMPT_H -#define M_PROMPT_H +#ifndef FT_M_PROMPT_H +# define FT_M_PROMPT_H -#include <stdint.h> +# include <stdint.h> -#include "s_struct.h" +# include "s_struct.h" void m_prompt_psx(uint8_t x, t_msh *msh); |