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

Description

       Copy a property list. The mplist_copy() function copies property list plist. In the copy, the values are
       the same as those of plist.

Errors

           This function never fails.

Name

       mplist_copy -

Return Value

           This function returns a newly created plist which is a copy of plist.

Synopsis

MPlist* mplist_copy (MPlist * plist)

See Also