/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* pprint_until.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2017/03/16 16:53:43 by jhalford #+# #+# */ /* Updated: 2017/03/16 16:53:43 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ #include "minishell.h" int pprint_until(t_process *p) { (void)p; ft_putstr("UNTIL GROUP"); return (0); }