/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_f_fail.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rbousset +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ /* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ /* */ /* ************************************************************************** */ #ifndef FT_F_FAIL_H #define FT_F_FAIL_H void ft_fail_no_options(const char concern[]); void ft_fail_too_many_args(const char concern[]); void ft_fail_identifier(const char concern[], const char identifier[]); void ft_fail_alloc(void); #endif