Searches the string haystack
for the last occurrence of the string needle
, limiting the length of the search to
haystack_len
.
haystack_len |
the maximum length of |
needle |
the nul-terminated string to search for |
haystack |
a nul-terminated string |
a pointer to the found occurrence, or null if not found. |