added getnextline

This commit is contained in:
Jack Halford 2016-09-26 18:38:28 +02:00
parent a2a7e34621
commit c754d1f1bb
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#ifndef GET_NEXT_LINE_H
# define GET_NEXT_LINE_H
# define BUFF_SIZE 1
int get_next_line(int const fd, char **line);
#endif

View file

@ -2,6 +2,7 @@
#define LIBFT_H
# include "ftprintf.h"
# include "ftxattr.h"
# include "getnextline.h"
# include <string.h>
# include <unistd.h>
# include <stdio.h>

@ -0,0 +1 @@
Subproject commit 9f165f2770b6f768f232dde5d2ec09a3a5fabf35