/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_utils.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: dkaiser # include /* ** Prints error message and returns EXIT_FAILURE */ int ft_err(const char *str); /* ** Returns integer value from str */ int ft_atoi(const char *str); #endif