.\" 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" "" "06 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 \fIcount\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIs\fB\fR
The string to be sized
.TP
\fB\fIcount\fB\fR
The maximum number of bytes to search