HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens

             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

Esc or Alt-X to exit strpbrk Home/PgUp/PgDn/End ←↑↓→
Converted to HTML in 2006 by Timo Bingmann