/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* message_error.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/10/30 16:43:20 by rparodi #+# #+# */ /* Updated: 2024/10/30 16:46:28 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef MESSAGE_ERROR_H # define MESSAGE_ERROR_H # define ERR_ARGS_COUNT "Error:\nYou have to give only the map on arguments !" #endif