char * strpbrk (const char * cs, const char * ct);
char * strpbrk
cs
The string to be searched
ct
The characters to search for