logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       MongoDB, Inc

Description

       A portable version of strnlen().

Parameters

s: A string.

       • maxlen: The maximum size of string to check.

Returns

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

Synopsis

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

See Also