rindex - character string operations
#include <strings.h> char *rindex(const char *s, int c);
The rindex() function is identical to strrchr().
See strrchr().
See strrchr().
None.
For portability to implementations conforming to earlier versions of this specification, strrchr() is preferred over this function.
None.
strrchr(), <strings.h>.