From 840957aee277e7c426647cc133b2a41e7cecd9a9 Mon Sep 17 00:00:00 2001 From: Cabergs Charles Date: Wed, 9 Oct 2019 09:12:43 +0200 Subject: Normed, Makefile bonus rule - bonus rule to add the *_bonus files to libft.a - normed memmove, calloc and bonus --- ft_putchar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ft_putchar.c') diff --git a/ft_putchar.c b/ft_putchar.c index d8dc595..0e01aea 100644 --- a/ft_putchar.c +++ b/ft_putchar.c @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/10/07 09:53:31 by cacharle #+# #+# */ -/* Updated: 2019/10/07 09:53:40 by cacharle ### ########.fr */ +/* Updated: 2019/10/09 08:45:20 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ -- cgit