1STRPBRK(9) Basic C Library Functions STRPBRK(9)
23
4
NAME
6strpbrk - Find the first occurrence of a set of characters
7
SYNOPSIS
9char * strpbrk(const char * cs, const char * ct);
10
ARGUMENTS
12cs
13The string to be searched
1415
ct
16The characters to search for
17
COPYRIGHT
19Kernel Hackers Manual 2.6. November 2011 STRPBRK(9)