diff options
Diffstat (limited to 'src/b_h.h')
-rw-r--r-- | src/b_h.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/b_h.h b/src/b_h.h new file mode 100644 index 0000000..30a78fd --- /dev/null +++ b/src/b_h.h @@ -0,0 +1,22 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* b_h.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ +/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ +/* */ +/* ************************************************************************** */ + +#ifndef B_H_H +#define B_H_H + +#include <stdint.h> + +#include "s_struct.h" + +uint8_t b_h(char *args[], t_msh *msh); + +#endif |