man mdebug_dump_mtext () - Dump an M-text.
NAME
mdebug_dump_mtext - Dump an M-text.
SYNOPSIS
MText* mdebug_dump_mtext (MText * mt, int indent, int fullp)
DESCRIPTION
The mdebug_dump_mtext() function prints the M-text mt in a human readable way to the stderr. 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.
RETURN VALUE
This function returns mt.