man mdebug_dump_plist () - Dump a property list.
NAME
mdebug_dump_plist - Dump a property list.
SYNOPSIS
MPlist* mdebug_dump_plist (MPlist * plist, int indent)
DESCRIPTION
The mdebug_dump_plist() function prints a property list plist in a human readable way to the stderr. indent specifies how many columns to indent the lines but the first one.
RETURN VALUE
This function returns plist.