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.c | 146 +------------------------------------------------------- 1 file changed, 2 insertions(+), 144 deletions(-) (limited to 'get_next_line.c') diff --git a/get_next_line.c b/get_next_line.c index de2bcce..3c0bd0f 100644 --- a/get_next_line.c +++ b/get_next_line.c @@ -6,155 +6,13 @@ /* By: dkaiser