strpbrk(9) centos man page | unix.com

Man Page: strpbrk

Operating Environment: centos

Section: 9

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
Kernel Hackers Manual 3.10 June 2014 STRPBRK(9)
Related Man Pages
strpbrk(3) - debian
strpbrk(3p) - suse
strpbrk(3) - netbsd
strpbrk(3p) - posix
strpbrk(3) - opendarwin
Similar Topics in the Unix Linux Community
C program in Unix / Linux - Time differences
valgrind (Conditional jump or move depends on uninitialised value(s))
converting rows into columns
Wildcard Pattern Matching In C