Return the minimum of the length of the specified string and the specified maximumLength. If maximumLength is 0, string may be null and 0 is returned. The behavior is undefined unless 0 <= maximumLength.
Synopsis
Declared in <bdlb_string.h>
static
int
strnlen(
char const* string,
int maximumLength);
Created with MrDocs