42us-stupidity icon indicating copy to clipboard operation
42us-stupidity copied to clipboard

False Positive in Day05/ex05

Open oscarchankalung opened this issue 6 years ago • 0 comments

Another test case: printf("%s, aaa\n", ft_strstr("aa1aaa", "aaa"));

should still loop through the rest of str in case the rest of to_find does not match.

oscarchankalung avatar Jun 27 '18 03:06 oscarchankalung