From 6ddc7275f1d88f75a8d77d93af690b877325cc46 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 30 Sep 2020 17:25:33 +0200 Subject: Normed b_exit --- src/b_exit.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/b_exit.h') diff --git a/src/b_exit.h b/src/b_exit.h index 1c6ec05..47006cc 100644 --- a/src/b_exit.h +++ b/src/b_exit.h @@ -10,12 +10,12 @@ /* */ /* ************************************************************************** */ -#ifndef B_EXIT_H -#define B_EXIT_H +#ifndef FT_B_EXIT_H +# define FT_B_EXIT_H -#include +# include -#include "s_struct.h" +# include "s_struct.h" uint8_t b_exit(char *args[], t_msh *msh); -- cgit v1.2.3