diff options
Diffstat (limited to 'include/libft_str.h')
| -rw-r--r-- | include/libft_str.h | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/include/libft_str.h b/include/libft_str.h index 8c4bef5..e44c995 100644 --- a/include/libft_str.h +++ b/include/libft_str.h @@ -1,6 +1,17 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* libft_str.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/01/31 10:39:22 by cacharle #+# #+# */ +/* Updated: 2020/01/31 10:39:26 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ -#ifndef FT_STR_H -# define FT_STR_H +#ifndef LIBFT_STR_H +# define LIBFT_STR_H /* ** std |
