1STRPBRK(9)                 Basic C Library Functions                STRPBRK(9)
2
3
4

NAME

6       strpbrk - Find the first occurrence of a set of characters
7

SYNOPSIS

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

ARGUMENTS

12       cs
13           The string to be searched
14
15       ct
16           The characters to search for
17
19Kernel Hackers Manual 3.10         June 2019                        STRPBRK(9)
Impressum