Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <strings.h> char *index(const char *s, int c); |
|
Description |
The terminating null byte (\0) is also treated as a character. | |
Return val. | Pointer to the position of c in string s, | |
if successful. | ||
Null pointer | if c is not contained in string s. | |
Notes |
Portable applications should use the | |
See also |
|