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

       Copies str into a new string. If str is NULL, then NULL is returned.

Parameters

str: A string.

Returns

       A newly allocated string that should be freed with bson_free().

Synopsis

          char *
          bson_strdup (const char *str);

See Also