aboutsummaryrefslogtreecommitdiff
path: root/src/io
diff options
context:
space:
mode:
Diffstat (limited to 'src/io')
-rw-r--r--src/io/ft_next_line.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/io/ft_next_line.c b/src/io/ft_next_line.c
index 59e245b..51d21ec 100644
--- a/src/io/ft_next_line.c
+++ b/src/io/ft_next_line.c
@@ -1,3 +1,15 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* ft_next_line.c :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* Created: 2020/01/31 10:39:38 by cacharle #+# #+# */
+/* Updated: 2020/01/31 10:39:40 by cacharle ### ########.fr */
+/* */
+/* ************************************************************************** */
+
#include "libft.h"
static int st_find_newline(char *str)