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

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