Searches the string haystack for the last occurrence of the string needle.
a string to search in
the string to search for
a pointer to the found occurrence, or NULL if not found
Searches the string haystack for the last occurrence of the string needle.