1. NAME

strpbrk - Find the first occurrence of a set of characters

2. SYNOPSIS

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

3. ARGUMENTS

cs
    The string to be searched

ct
    The characters to search for

4. COPYRIGHT