Name

strpbrk — Find the first occurrence of a set of characters

Synopsis

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

Arguments

const char * cs

The string to be searched

const char * ct

The characters to search for