suse man page for strpbrk

Query: strpbrk

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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 2.6. July 2010 STRPBRK(9)
Related Man Pages
strpbrk(3p) - centos
strpbrk(3) - bsd
strpbrk(3) - netbsd
strpbrk(3) - opendarwin
strpbrk(3) - plan9
Similar Topics in the Unix Linux Community
C program in Unix / Linux - Time differences
converting rows into columns
Tokenistring a string in C++
Wildcard Pattern Matching In C