index - character string operations
#include <strings.h> char *index(const char *s, int c);
The index() function is identical to strchr().
See strchr().
See strchr().
None.
For portability to implementations conforming to earlier versions of this specification, strchr() is preferred over this function.
None.
strchr(), <strings.h>.