table of contents
other versions
- bookworm 1.23.1-1+deb12u1
- testing 1.30.4-1
- unstable 1.30.4-1
- experimental 2.0.2-1
BSON_STRNLEN(3) | libbson | BSON_STRNLEN(3) |
SYNOPSIS¶
size_t bson_strnlen (const char *s, size_t maxlen);
PARAMETERS¶
- s: A string.
- maxlen: The maximum size of string to check.
DESCRIPTION¶
A portable version of strnlen().
RETURNS¶
The length of s in bytes or maxlen if no \0 was found.
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2009-present, MongoDB, Inc.
October 9, 2024 | 1.28.1 |