The strrpbrk function searches string
for the last occurrence of any character from set.
The null terminator is not included in the search.
Return Value
The strrpbrk function returns a pointer to the last
matching character in string. If string contains no characters from set,
a null pointer is returned.
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.