RINDEX(3) Library Functions Manual RINDEX(3)

rindexcharacter string operations

#include <strings.h>

char *rindex(const char *s, int c);

The rindex() function is identical to strrchr(3) .

See strrchr(3) .

See strrchr(3) .

None.

For portability to implementations conforming to earlier versions of this specification, strrchr(3) is preferred over this function.

None.

strrchr(3) , <strings.h> .

February 1997 posix.fail