diff options
Diffstat (limited to 'src/b_cd.h')
-rw-r--r-- | src/b_cd.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -10,13 +10,13 @@ /* */ /* ************************************************************************** */ -#ifndef B_CD_H -#define B_CD_H +#ifndef FT_B_CD_H +# define FT_B_CD_H -#include <stdint.h> +# include <stdint.h> -#include "s_struct.h" +# include "s_struct.h" -uint8_t b_cd(char *args[], t_msh *msh); +uint8_t b_cd(char *args[], t_msh *msh); #endif |