/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_change_exit_code.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: cchauvet exit_code = new_value; exit_code_str = ft_itoa(new_value); if (exit_code_str == NULL) { ft_eprintf("minishell: malloc failed\n"); return (1); } return (0); }