strnlen − Find the length of a length−limited string
size_t strnlen(const char * s, size_t count);
const char * s
The string to be sized
size_t count
The maximum number of bytes to search