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

const char *

Author

       MongoDB, Inc

Description

       Advances within utf8 to the next UTF-8 character, which may be multiple bytes offset from utf8. A pointer
       to the next character is returned.

       It is invalid to call this function on a string whose current character is \0.

Parameters

utf8: A UTF-8 encoded string.

Returns

       A pointer to the beginning of the next character in the UTF-8 encoded string.

Synopsis

          const char *
          bson_utf8_next_char (const char *utf8);

See Also