diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-01-31 10:44:30 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-02 22:12:42 +0100 |
| commit | ac0559db82bfef3b7ca3d976b1d7700ed2c1c1fc (patch) | |
| tree | 214d344c714bdf5b53d651dbd11fec9e0db283cb /include/libft_ctype.h | |
| parent | 9db52bc5ef545a3fa9973002e9a28a2ece68d029 (diff) | |
| download | libft-ac0559db82bfef3b7ca3d976b1d7700ed2c1c1fc.tar.gz libft-ac0559db82bfef3b7ca3d976b1d7700ed2c1c1fc.tar.bz2 libft-ac0559db82bfef3b7ca3d976b1d7700ed2c1c1fc.zip | |
hash table unit testing, norming
Diffstat (limited to 'include/libft_ctype.h')
| -rw-r--r-- | include/libft_ctype.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/libft_ctype.h b/include/libft_ctype.h index 44e88b8..85e0e05 100644 --- a/include/libft_ctype.h +++ b/include/libft_ctype.h @@ -1,17 +1,17 @@ /* ************************************************************************** */ /* */ /* ::: :::::::: */ -/* ft_ctype.h :+: :+: :+: */ +/* libft_ctype.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ -/* Created: 2020/01/17 09:59:10 by cacharle #+# #+# */ -/* Updated: 2020/01/17 10:00:13 by cacharle ### ########.fr */ +/* Created: 2020/01/31 10:35:31 by cacharle #+# #+# */ +/* Updated: 2020/01/31 10:36:34 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ -#ifndef FT_CTYPE_H -# define FT_CTYPE_H +#ifndef LIBFT_CTYPE_H +# define LIBFT_CTYPE_H /* ** assertion |
