Searches the string haystack for the last occurrence of the string needle.
a nul-terminated string.
the nul-terminated string to search for.
a pointer to the found occurrence, or NULL if not found.
See Implementation
Searches the string haystack for the last occurrence of the string needle.