From afc8c70a66773563f6e7429b500abcbab631722b Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 21 Nov 2019 02:06:06 +0100 Subject: ft_memset and ft_strlen optimization --- ft_calloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ft_calloc.c') diff --git a/ft_calloc.c b/ft_calloc.c index 0a79c03..24501bf 100644 --- a/ft_calloc.c +++ b/ft_calloc.c @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/10/07 12:45:37 by cacharle #+# #+# */ -/* Updated: 2019/11/20 04:00:52 by cacharle ### ########.fr */ +/* Updated: 2019/11/21 01:05:53 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ -- cgit