From 14914f50c3de6c5444e13cf67db064b03c1c90ef Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 16 Jul 2019 12:58:13 +0200 Subject: c09 passed, c10 start, exam00 and exam01 --- c09/ex01/srcs/ft_putchar.c | 2 +- c09/ex01/srcs/ft_putstr.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'c09/ex01/srcs') diff --git a/c09/ex01/srcs/ft_putchar.c b/c09/ex01/srcs/ft_putchar.c index 8a53dc8..51b252e 100644 --- a/c09/ex01/srcs/ft_putchar.c +++ b/c09/ex01/srcs/ft_putchar.c @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/07/02 22:03:32 by cacharle #+# #+# */ -/* Updated: 2019/07/03 14:21:40 by cacharle ### ########.fr */ +/* Updated: 2019/07/15 13:18:04 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/c09/ex01/srcs/ft_putstr.c b/c09/ex01/srcs/ft_putstr.c index c4f4564..fef1aac 100644 --- a/c09/ex01/srcs/ft_putstr.c +++ b/c09/ex01/srcs/ft_putstr.c @@ -6,11 +6,12 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/07/11 16:17:16 by cacharle #+# #+# */ -/* Updated: 2019/07/11 16:18:11 by cacharle ### ########.fr */ +/* Updated: 2019/07/16 07:29:45 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ #include +#include "ft.h" void ft_putstr(char *str) { -- cgit