From: Dominik Kaiser Date: Thu, 21 Mar 2024 14:23:26 +0000 (+0100) Subject: Remove old code and add str_realloc() X-Git-Url: https://git.dkaiser.de/?a=commitdiff_plain;h=18df570cd98093147845adfa822db424109a343c;p=42%2Fget_next_line.git Remove old code and add str_realloc() Code doesn't work at all after this but I have to refactor it anyways. --- 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