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