1. NAME

strnlen - Find the length of a length-limited string

2. SYNOPSIS

size_t strnlen(const char *  s , size_t  count );

3. ARGUMENTS

s
    The string to be sized

count
    The maximum number of bytes to search

4. COPYRIGHT