other versions
other sections
STRPBRK(9) | Basic C Library Functions | STRPBRK(9) |
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¶
June 2017 | Kernel Hackers Manual 4.11 |