From a2b8331251daf0c5e551c0cbc0b1d0136d820072 Mon Sep 17 00:00:00 2001 From: Supermjork Date: Wed, 23 Aug 2023 00:07:21 +0300 Subject: [PATCH] betty finna whopp me --- strs2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/strs2.c b/strs2.c index ebaa901..208b1be 100644 --- a/strs2.c +++ b/strs2.c @@ -7,6 +7,7 @@ int _strlen(char *s) { int c; + for (c = 0; s[c] != 0; c++) ; return (c);