/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* process_print_while.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: wescande +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2017/03/08 16:15:01 by wescande #+# #+# */ /* Updated: 2017/03/08 19:14:13 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ #include "minishell.h" int process_print_while(t_process *p) { (void)p; ft_putstr("WHILE GROUP"); return (0); }