projects
/
42
/
get_next_line.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad03a62
)
Included <stddef.h> for size_t to be defined for a function prototype.
author
Lukas Jiriste
<ljiriste@student.42prague.com>
Mon, 11 Sep 2023 16:45:31 +0000
(18:45 +0200)
committer
Lukas Jiriste
<ljiriste@student.42prague.com>
Mon, 11 Sep 2023 16:45:31 +0000
(18:45 +0200)
get_next_line.h
patch
|
blob
|
history
diff --git
a/get_next_line.h
b/get_next_line.h
index 3e15b4dd4775b300c383b0cd8de7f5a321ee0379..65cff09d9961d4516406a612cd5a9ae2073a22a0 100644
(file)
--- a/
get_next_line.h
+++ b/
get_next_line.h
@@
-6,7
+6,7
@@
/* By: ljiriste <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/08/28 11:24:52 by ljiriste #+# #+# */
-/* Updated: 2023/09/11 1
5:41:02
by ljiriste ### ########.fr */
+/* Updated: 2023/09/11 1
8:44:28
by ljiriste ### ########.fr */
/* */
/* ************************************************************************** */
@@
-17,6
+17,8
@@
# define BUFFER_SIZE 80
# endif
+# include <stddef.h>
+
typedef struct s_file_thread
{
int fd;