The
strpbrk ();
function
locates in the null-terminated string
Fa s
the first occurrence of any character in the string
Fa charset
and returns a pointer to this character.
If no characters from
Fa charset
occur anywhere in
Fa s
strpbrk ();
returns NULL.