From c9e8005df3f0f3f68f58626420960519b078f5a4 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Fri, 22 Mar 2024 16:52:19 +0100 Subject: It is working (or is it?) If '\n' is the last character in the buffer it won't work. Other than that everything is working fine (as far as my current tests go...) --- get_next_line_utils.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'get_next_line_utils.c') diff --git a/get_next_line_utils.c b/get_next_line_utils.c index d6fc37a..6127736 100644 --- a/get_next_line_utils.c +++ b/get_next_line_utils.c @@ -6,12 +6,22 @@ /* By: dkaiser