Name

strpbrk — Find the first occurrence of a set of characters

Synopsis

char * strpbrk (const char * cs,
 const char * ct);
 

Arguments

cs

The string to be searched

ct

The characters to search for