diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-05-12 19:10:14 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-05-12 19:10:14 +0200 |
| commit | 966eb29634a84496e0851ef2b5a7d64f413d33ed (patch) | |
| tree | 40853771e98ef6c51ad82e2f8e740e88654c69e1 /include/libft_io.h | |
| parent | b9f000a80cbba38b8f21c9737a42f07573ec7b91 (diff) | |
| download | libft-966eb29634a84496e0851ef2b5a7d64f413d33ed.tar.gz libft-966eb29634a84496e0851ef2b5a7d64f413d33ed.tar.bz2 libft-966eb29634a84496e0851ef2b5a7d64f413d33ed.zip | |
Added ft_veciter_ret
Diffstat (limited to 'include/libft_io.h')
| -rw-r--r-- | include/libft_io.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* 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 |
