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

mdebug_dump_plist - Dump a property list.

Description

       Dump a property list. The mdebug_dump_plist() function prints a property list plist in a human readable
       way to the stderr or to what specified by the environment variable MDEBUG_OUTPUT_FILE.  indent specifies
       how many columns to indent the lines but the first one.

Name

       mdebug_dump_plist - Dump a property list.

Return Value

           This function returns plist.

Synopsis

MPlist* mdebug_dump_plist (MPlist * plist, int indent)

See Also