From 18df570cd98093147845adfa822db424109a343c Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Thu, 21 Mar 2024 15:23:26 +0100 Subject: Remove old code and add str_realloc() Code doesn't work at all after this but I have to refactor it anyways. --- get_next_line_utils.c | 24 +++++++++++++++++++++++- 1 file changed, 23 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 c1b5c58..d6fc37a 100644 --- a/get_next_line_utils.c +++ b/get_next_line_utils.c @@ -6,8 +6,30 @@ /* By: dkaiser