.\" 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 "STRCHR" "9" "09 October 2005" "" "" .SH NAME strchr \- Find the first occurrence of a character in a string .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp char * strchr (const char * \fIs\fB, int \fIc\fB); \fR .SH "ARGUMENTS" .TP \fB\fIs\fB\fR The string to be searched .TP \fB\fIc\fB\fR The character to search for