Scroll to navigation

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

cs
The string to be searched
ct
The characters to search for

COPYRIGHT

May 2018 Kernel Hackers Manual 3.16