From 53adb4ac47ae2b47868d0e361fb51417177303af Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 3 Oct 2020 17:10:22 +0200 Subject: Push --- src/u_utils.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/u_utils.h b/src/u_utils.h index 496f50e..a01155a 100644 --- a/src/u_utils.h +++ b/src/u_utils.h @@ -10,13 +10,13 @@ /* */ /* ************************************************************************** */ -#ifndef U_UTILS_H -#define U_UTILS_H +#ifndef FT_U_UTILS_H +# define FT_U_UTILS_H -#include -#include +# include +# include -#include "s_struct.h" +# include "s_struct.h" t_bool u_is_not_escaped(const char *head, const char *ptr); void u_eof_fd(int32_t fd); -- cgit v1.2.3