strpbrk − Find the first occurrence of a set of characters
char * strpbrk(const char * cs, const char * ct);
const char * cs
The string to be searched
const char * ct
The characters to search for