Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <string.h> char *strpbrk(const char *s1, const char *s2); | |
Description |
| |
Return val. | Pointer to the first matching character found in s1 | |
if successful. | ||
Null pointer | if not a single match is present. | |
Notes | Strings terminated with the null byte ( | |
See also |
|