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

       The  bson_init()  function  shall  initialize a bson_t that is placed on the stack. This is equivalent to
       initializing a bson_t to BSON_INITIALIZER.

Parameters

b: A bson_t.

Synopsis

          void
          bson_init (bson_t *b);

See Also