summaryrefslogtreecommitdiffstats
path: root/src/ft_m_prompt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_m_prompt.c')
-rw-r--r--src/ft_m_prompt.c30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/ft_m_prompt.c b/src/ft_m_prompt.c
deleted file mode 100644
index 4c4cc41..0000000
--- a/src/ft_m_prompt.c
+++ /dev/null
@@ -1,30 +0,0 @@
-/* ************************************************************************** */
-/* */
-/* ::: :::::::: */
-/* ft_m_prompt.c :+: :+: :+: */
-/* +:+ +:+ +:+ */
-/* 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 */
-/* */
-/* ************************************************************************** */
-
-#include <libft.h>
-#include <unistd.h>
-
-#include "ft_m_prompt.h"
-#include "ft_s_struct.h"
-
-void
- ft_m_cont_prompt(void)
-{
- ft_dprintf(STDIN_FILENO, "> ");
- /* TODO :ft_printf("%s", msh->ps_two); */
-}
-
-void
- ft_m_prompt(t_msh *msh)
-{
- ft_dprintf(STDIN_FILENO, "%s", msh->ps_one);
-}