Copyright Digital Equipment Corp. All rights reserved.

strpbrk

   Searches a string for the occurrence of one of a specified set of
   characters.

   Format

     #include  <string.h>

     char *strpbrk  (const char *str, const char *charset);
 


Additional information available:

Function_Variants               Arguments       Description     Return_Values