.\" 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 "STRNLEN" "9" "09 October 2005" "" "" .SH NAME strnlen \- Find the length of a length-limited string .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp size_t strnlen (const char * \fIs\fB, size_t \fIn\fB); \fR .SH "ARGUMENTS" .TP \fB\fIs\fB\fR The string to be sized .TP \fB\fIn\fB\fR The maximum number of bytes to search .SH "DESCRIPTION" .PP returns the minimum of the length of \fIs\fR and \fIn\fR