Currently At: Programming Reference > C Reference > Standard C String & Character > strpbrk()

strpbrk()


Syntax:
#include <string.h>
char *strpbrk( const char *str1, const char *str2 );


Description:
The function strpbrk() returns a pointer to the first ocurrence in str1 of any character in str2, or NULL if none are present.

Related Topics:
strspn(), strrchr(), strstr(), strtok()


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions