Query: strpbrk
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRPBRK(9) Basic C Library Functions STRPBRK(9)NAMEstrpbrk - Find the first occurrence of a set of charactersSYNOPSISchar * strpbrk(const char * cs, const char * ct);ARGUMENTScs The string to be searched ct The characters to search forCOPYRIGHTKernel Hackers Manual 3.10 June 2014 STRPBRK(9)