logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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