/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_prompt.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/11/10 14:22:34 by jhalford #+# #+# */ /* Updated: 2016/11/28 15:16:30 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ #include "line_editing.h" int ft_prompt(void) { ft_putstr(SHELL_PROMPT); return (0); }