/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* pprint_function.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: wescande +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2017/03/08 16:12:18 by wescande #+# #+# */ /* Updated: 2017/03/13 20:23:18 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ #include "minishell.h" int pprint_function(t_process *p) { (void)p; ft_putstr("FUNCTION GROUP"); return (0); }