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.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'get_next_line.h') diff --git a/get_next_line.h b/get_next_line.h index 7e5c093..1e9a6f6 100644 --- a/get_next_line.h +++ b/get_next_line.h @@ -6,7 +6,7 @@ /* By: dkaiser