/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* plaunch_function.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: wescande +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2017/03/08 03:23:59 by wescande #+# #+# */ /* Updated: 2017/03/20 18:15:21 by gwojda ### ########.fr */ /* */ /* ************************************************************************** */ #include "minishell.h" int plaunch_function(t_process *p) { ft_exec(&p->data.function.content); return (ft_atoi(ft_getenv(data_singleton()->env, "?"))); }