We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb49972 commit a511e9fCopy full SHA for a511e9f
0x07-pointers_arrays_strings/2-strchr.c
@@ -26,4 +26,6 @@ char *_strchr(char *s, char c)
26
return (s);
27
}
28
29
+
30
+ return ('\0');
31
0 commit comments