From 18df570cd98093147845adfa822db424109a343c Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Thu, 21 Mar 2024 15:23:26 +0100 Subject: [PATCH] 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 +----------------------------------------- get_next_line.h | 3 +- get_next_line_utils.c | 24 ++++++- 3 files changed, 27 insertions(+), 146 deletions(-) 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