/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* utils2.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: tomoron +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/03/27 17:19:27 by tomoron #+# #+# */ /* Updated: 2024/03/27 17:19:35 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ #include "minishell.h" int parsing_syntax_error(t_token *res) { free_cmd(res); ft_putstr_fd("minishell: syntax error\n", 2); return (0); }