betty finna whopp me

This commit is contained in:
2023-08-23 00:07:21 +03:00
parent 8e5586d134
commit a2b8331251

View File

@@ -7,6 +7,7 @@
int _strlen(char *s) int _strlen(char *s)
{ {
int c; int c;
for (c = 0; s[c] != 0; c++) for (c = 0; s[c] != 0; c++)
; ;
return (c); return (c);