diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-30 18:06:15 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-30 18:06:15 +0200 |
commit | 4b655d01313915446de6582df79e68da1b993262 (patch) | |
tree | 895a5d4ac9cb1f9aad0e742483338ada46e680c7 /src/b_h.h | |
parent | Normed b_export_next (diff) | |
download | 42-minishell-4b655d01313915446de6582df79e68da1b993262.tar.gz 42-minishell-4b655d01313915446de6582df79e68da1b993262.tar.bz2 42-minishell-4b655d01313915446de6582df79e68da1b993262.tar.xz 42-minishell-4b655d01313915446de6582df79e68da1b993262.tar.zst 42-minishell-4b655d01313915446de6582df79e68da1b993262.zip |
Normed b_h
Diffstat (limited to '')
-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); |