strpbrk (9) - Linux Manuals
strpbrk: Find the first occurrence of a set of characters
Command to display strpbrk
manual in Linux: $ man 9 strpbrk
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