.\" 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 "STRNCHR" "9" "09 October 2005" "" "" .SH NAME strnchr \- Find a character in a length limited string .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp char * strnchr (const char * \fIs\fB, size_t \fIcount\fB, int \fIc\fB); \fR .SH "ARGUMENTS" .TP \fB\fIs\fB\fR The string to be searched .TP \fB\fIcount\fB\fR The number of characters to be searched .TP \fB\fIc\fB\fR The character to search for