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_mtext -

Description

       Dump an M-text. The mdebug_dump_mtext() function prints the M-text mt 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. If fullp is zero, this function prints only a character
       code sequence. Otherwise, it prints the internal byte sequence and text properties as well.

Name

       mdebug_dump_mtext -

Return Value

           This function returns mt.

Synopsis

MText* mdebug_dump_mtext (MText * mt, int indent, int fullp)

See Also