diff options
-rw-r--r-- | src/u_utils.h | 10 |
1 files changed, 5 insertions, 5 deletions
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 <libft.h> -#include <stdint.h> +# include <libft.h> +# include <stdint.h> -#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); |