char *strpbrk( const char *str1, const char *str2 )
- prototype in string.h - scans str1 for first occurrence of any character appearing in str2 - returns pointer to first occurrence; NULL if not found
- prototype in string.h - scans str1 for first occurrence of any character appearing in str2 - returns pointer to first occurrence; NULL if not found