
NAME
strpbrk - Find the first occurrence of a set of characters
SYNOPSIS
char * strpbrk (const char *cs, const char *ct);
ARGUMENTS
cs The string to be searched
ct The characters to search for

strpbrk - Find the first occurrence of a set of characters
char * strpbrk (const char *cs, const char *ct);
cs The string to be searched
ct The characters to search for
Powered by the Ubuntu Manpage Repository generator
maintained by Dustin Kirkland
© 2010 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd.