.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "STRPBRK" "" "06 October 2005" "" "" .SH NAME strpbrk \- Find the first occurrence of a set of characters .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp char * strpbrk (const char * \fIcs\fB, const char * \fIct\fB); \fR .SH "ARGUMENTS" .TP \fB\fIcs\fB\fR The string to be searched .TP \fB\fIct\fB\fR The characters to search for