From: Dominik Kaiser Date: Mon, 25 Mar 2024 13:22:40 +0000 (+0100) Subject: Make helper funcs static X-Git-Url: https://git.dkaiser.de/?a=commitdiff_plain;h=1a0bce1446dda5bd8338d18bc842566905fac30b;p=42%2Fget_next_line.git Make helper funcs static --- diff --git a/get_next_line.c b/get_next_line.c index 4cfdf0f..e34210d 100644 --- a/get_next_line.c +++ b/get_next_line.c @@ -6,13 +6,13 @@ /* By: dkaiser