diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-20 16:48:19 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-20 16:48:19 +0200 |
commit | 86382acdb6cc8a94f98f4d8fe8d60f24b13fdebe (patch) | |
tree | e9c89ec16372d95bf10e96e6707d2258b0ea1b68 /src/ft_m_prompt.h | |
parent | Update (diff) | |
download | 42-minishell-86382acdb6cc8a94f98f4d8fe8d60f24b13fdebe.tar.gz 42-minishell-86382acdb6cc8a94f98f4d8fe8d60f24b13fdebe.tar.bz2 42-minishell-86382acdb6cc8a94f98f4d8fe8d60f24b13fdebe.tar.xz 42-minishell-86382acdb6cc8a94f98f4d8fe8d60f24b13fdebe.tar.zst 42-minishell-86382acdb6cc8a94f98f4d8fe8d60f24b13fdebe.zip |
Good
Diffstat (limited to '')
-rw-r--r-- | src/ft_m_prompt.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ft_m_prompt.h b/src/ft_m_prompt.h new file mode 100644 index 0000000..e16b24c --- /dev/null +++ b/src/ft_m_prompt.h @@ -0,0 +1,19 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_m_prompt.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_PROMPT_H +#define FT_M_PROMPT_H + +#include "ft_s_struct.h" + +void ft_m_prompt(t_msh *msh); +#endif |