Manpages

NAME

strpbrk − Find the first occurrence of a set of characters

SYNOPSIS

char * strpbrk(const char * cs, const char * ct);

ARGUMENTS

const char * cs

The string to be searched

const char * ct

The characters to search for

COPYRIGHT