@@ -7,6 +7,7 @@
int _strlen(char *s)
{
int c;
for (c = 0; s[c] != 0; c++)
;
return (c);
The note is not visible to the blocked user.