| strchr |
(String str, int ch) |
yoix.string |
| |
Returns a pointer to the first occurrence of the character
represented by the integer
ch
in the null-terminated string
str,
or
NULL
if
ch
is not found.
| |
| Return: |
String
| | |
| See Also: |
strcasecmp,
strcat,
strcmp,
strcpy,
strcspn,
strdel,
strdup,
strfmt,
strins,
strjoin,
strlen,
strncasecmp,
strncat,
strncmp,
strncpy,
strpbrk,
strrchr,
strrstr,
strsplit,
strspn,
strstr,
strtok
|
|
Yoix is a registered trademark of AT&T Intellectual Property.
|