From 58f7f3e9d2a61d46e57ffe324ae6ae7f21e875a3 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 23 Apr 2020 16:29:20 +0200 Subject: Prepared builtins templates --- src/ft_b_unset.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/ft_b_unset.h (limited to 'src/ft_b_unset.h') diff --git a/src/ft_b_unset.h b/src/ft_b_unset.h new file mode 100644 index 0000000..5ab1b2b --- /dev/null +++ b/src/ft_b_unset.h @@ -0,0 +1,22 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_b_unset.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: rbousset +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ +/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ +/* */ +/* ************************************************************************** */ + +#ifndef FT_B_UNSET_H +#define FT_B_UNSET_H + +#include +#include "ft_s_struct.h" + +uint8_t ft_b_unset(char *args[], + t_msh *msh); + +#endif -- cgit v1.2.3