From 966eb29634a84496e0851ef2b5a7d64f413d33ed Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 12 May 2020 19:10:14 +0200 Subject: Added ft_veciter_ret --- include/libft_io.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/libft_io.h') diff --git a/include/libft_io.h b/include/libft_io.h index b64603b..faeade4 100644 --- a/include/libft_io.h +++ b/include/libft_io.h @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/01/31 10:35:43 by cacharle #+# #+# */ -/* Updated: 2020/05/11 16:12:41 by charles ### ########.fr */ +/* Updated: 2020/05/12 18:00:55 by charles ### ########.fr */ /* */ /* ************************************************************************** */ @@ -43,7 +43,7 @@ typedef struct s_ftmem int ft_getfile(int fd, t_ftmem *mem); # ifndef FT_GETLINE_BUFFER_SIZE -# define FT_GETLINE_BUFFER_SIZE 64 +# define FT_GETLINE_BUFFER_SIZE 1 # endif # define FT_LINE 1 -- cgit