style: use my one (with logic) norm for header hope u enjoy it

This commit is contained in:
Raphael 2024-12-23 14:36:04 +01:00
parent ff72109a4e
commit 2d6b2ddb83
13 changed files with 316 additions and 315 deletions

View file

@ -6,18 +6,18 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/11/05 15:26:18 by rparodi #+# #+# */
/* Updated: 2024/11/06 16:35:49 by rparodi ### ########.fr */
/* Updated: 2024/12/23 12:39:18 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef ERR_MSG_HPP
# define ERR_MSG_HPP
#include "color.hpp"
#define ERR_PREFIX "Error:\n"
#define ARGS_MISSING "Please give 3 arguments: <filename> <to_replace> <by_word> !"
#define FILE_CANT_OPEN ": The file cannot be open !"
#define FILE_CANT_READ ": The file connot be read !"
#define ERR_MSG_HPP
#include "color.hpp"
#define ERR_PREFIX "Error:\n"
#define ARGS_MISSING "Please give 3 arguments: <filename> <to_replace> <by_word> !"
#define FILE_CANT_OPEN ": The file cannot be open !"
#define FILE_CANT_READ ": The file connot be read !"
#endif