BSON_STRNLEN(3) libbson BSON_STRNLEN(3)

size_t
bson_strnlen (const char *s, size_t maxlen);


  • s: A string.
  • maxlen: The maximum size of string to check.

A portable version of strnlen().

The length of s in bytes or maxlen if no \0 was found.

MongoDB, Inc

2017-present, MongoDB, Inc

March 31, 2024 1.26.0