strpbrk (9) Linux Manual Page
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
strpbrk – Find the first occurrence of a set of characters
char *strpbrk(const char *cs, const char *ct);
cs
ct