Searches the string haystack for the first occurrence
of the string needle, limiting the length of the search
to haystack_len or a nul terminator byte (whichever is reached first).
A length of -1 can be used to mean “search the entire string”, like
strstr().
Searches the string haystack for the first occurrence of the string needle, limiting the length of the search to haystack_len or a nul terminator byte (whichever is reached first).
A length of -1 can be used to mean “search the entire string”, like strstr().