/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* errors.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: sede-san value; ft_eprintf("minishell: syntax error near unexpected token `%s'\n", cause); } void malloc_error(void) { ft_eprintf("minishell: %s\n", strerror(ENOMEM)); } void command_not_found_error( const char *command ) { ft_eprintf("minishell: %s: command not found\n", command); }