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