/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* error.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: mcolonna +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/02/26 16:04:31 by mcolonna #+# #+# */ /* Updated: 2024/02/27 16:12:12 by mcolonna ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef ERROR_H # define ERROR_H # include "libtf.h" void err(t_const_string msg); void finish(void); #endif