.TH "strnlen" 9 "strnlen" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME strnlen \- Find the length of a length-limited string .SH SYNOPSIS .B "size_t" strnlen .BI "(const char *" s "," .BI "size_t " count ");" .SH ARGUMENTS .IP "s" 12 The string to be sized .IP "count" 12 The maximum number of bytes to search