aboutsummaryrefslogtreecommitdiff
path: root/c09/ex01/srcs
diff options
context:
space:
mode:
Diffstat (limited to 'c09/ex01/srcs')
-rw-r--r--c09/ex01/srcs/ft_putchar.c2
-rw-r--r--c09/ex01/srcs/ft_putstr.c3
2 files changed, 3 insertions, 2 deletions
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 <charles.cabergs@gmail.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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 <charles.cabergs@gmail.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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 <unistd.h>
+#include "ft.h"
void ft_putstr(char *str)
{