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