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