summaryrefslogtreecommitdiff
path: root/get_next_line.h
diff options
context:
space:
mode:
authorDominik Kaiser2024-03-15 15:05:31 +0100
committerDominik Kaiser2024-03-15 15:05:31 +0100
commit47e9ca74964ea262dde7df2a6d07b5ef15de9230 (patch)
treed5bbd834bc9cf3bedc2b56c69a06d41863ab1afe /get_next_line.h
downloadget_next_line-47e9ca74964ea262dde7df2a6d07b5ef15de9230.tar.gz
get_next_line-47e9ca74964ea262dde7df2a6d07b5ef15de9230.zip
Setup project
Diffstat (limited to 'get_next_line.h')
-rw-r--r--get_next_line.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/get_next_line.h b/get_next_line.h
new file mode 100644
index 0000000..6c13f85
--- /dev/null
+++ b/get_next_line.h
@@ -0,0 +1,18 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* get_next_line.h :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* 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 */
+/* */
+/* ************************************************************************** */
+
+#ifndef GET_NEXT_LINE_H
+# define GET_NEXT_LINE_H
+# include <stdlib.h>
+
+char *get_next_line(int fd);
+#endif // GET_NEXT_LINE_H