diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/b_h.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -10,12 +10,12 @@ /* */ /* ************************************************************************** */ -#ifndef B_H_H -#define B_H_H +#ifndef FT_B_H_H +# define FT_B_H_H -#include <stdint.h> +# include <stdint.h> -#include "s_struct.h" +# include "s_struct.h" uint8_t b_h(char *args[], t_msh *msh); |