aboutsummaryrefslogtreecommitdiff
path: root/c09/ex01/srcs/ft_putstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'c09/ex01/srcs/ft_putstr.c')
-rw-r--r--c09/ex01/srcs/ft_putstr.c3
1 files changed, 2 insertions, 1 deletions
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)
{