fast_strstr
fast_strstr copied to clipboard
Change smus_diff declaration : can be a negative value and needs to be initialized to zero
Solve issue #6 from @beave : "Returns NULL when string is present?"
I think that is incorrect. It should be unsigned int sums_diff = *haystack - *needle
;