INDEX(3) Library Functions Manual INDEX(3)

indexcharacter string operations

#include <strings.h>

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

The index() function is identical to strchr(3) .

See strchr(3) .

See strchr(3) .

None.

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

None.

strchr(3) , <strings.h> .

February 1997 posix.fail