The Single UNIX ® Specification, Version 2
Copyright © 1997 The Open Group

 NAME

rindex - character string operations

 SYNOPSIS



#include <strings.h>

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

 DESCRIPTION

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

 RETURN VALUE

See strrchr().

 ERRORS

See strrchr().

 EXAMPLES

None.

 APPLICATION USAGE

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

 FUTURE DIRECTIONS

None.

 SEE ALSO

strrchr(), <strings.h>.

UNIX ® is a registered Trademark of The Open Group.
Copyright © 1997 The Open Group
[ Main Index | XSH | XCU | XBD | XCURSES | XNS ]