Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

mdebug_dump_chartab - Dump a chartable.

Description

       Dump a chartable. The mdebug_dump_chartab() function prints a chartable table 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_chartab - Dump a chartable.

Return Value

           This function returns table.

Synopsis

MCharTable* mdebug_dump_chartab (MCharTable * table, int indent)

See Also