RINDEX(3) Library Functions Manual RINDEX(3)
NAME
rindex — character
string operations
SYNOPSIS
#include <strings.h> char *rindex(const char *s, int c);
DESCRIPTION
The rindex() function is identical to strrchr(3) .
RETURN VALUE
See strrchr(3) .
ERRORS
See strrchr(3) .
EXAMPLES
None.
APPLICATION USAGE
For portability to implementations conforming to earlier versions of this specification, strrchr(3) is preferred over this function.
FUTURE DIRECTIONS
None.
SEE ALSO
February 1997 posix.fail