summaryrefslogtreecommitdiff
path: root/get_next_line.h
diff options
context:
space:
mode:
Diffstat (limited to 'get_next_line.h')
-rw-r--r--get_next_line.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/get_next_line.h b/get_next_line.h
index 6c13f85..7e5c093 100644
--- a/get_next_line.h
+++ b/get_next_line.h
@@ -6,13 +6,18 @@
/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/15 14:14:07 by dkaiser #+# #+# */
-/* Updated: 2024/03/15 14:16:32 by dkaiser ### ########.fr */
+/* Updated: 2024/03/21 11:24:39 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef GET_NEXT_LINE_H
# define GET_NEXT_LINE_H
# include <stdlib.h>
+# include <unistd.h>
+
+# ifndef BUFFER_SIZE
+# define BUFFER_SIZE 42
+# endif
char *get_next_line(int fd);
#endif // GET_NEXT_LINE_H