aboutsummaryrefslogtreecommitdiff
path: root/c01/ex05/ft_putstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'c01/ex05/ft_putstr.c')
-rw-r--r--c01/ex05/ft_putstr.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/c01/ex05/ft_putstr.c b/c01/ex05/ft_putstr.c
index 5290837..55d0d43 100644
--- a/c01/ex05/ft_putstr.c
+++ b/c01/ex05/ft_putstr.c
@@ -6,10 +6,12 @@
/* By: cacharle <charles.cabergs@gmail.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/07/03 17:57:28 by cacharle #+# #+# */
-/* Updated: 2019/07/03 18:15:52 by cacharle ### ########.fr */
+/* Updated: 2019/07/04 06:29:50 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
+#include <unistd.h>
+
void ft_putstr(char *str)
{
while (*str != '\0')