man mtext_cat () - Append an M-text to another.
NAME
mtext_cat - Append an M-text to another.
SYNOPSIS
MText* mtext_cat (MText * mt1, MText * mt2)
DESCRIPTION
The mtext_cat() function appends M-text mt2 to the end of M-text mt1 while inheriting all the text properties. mt2 itself is not modified.
RETURN VALUE
This function returns a pointer to the resulting M-text mt1.
SEE ALSO
mtext_ncat(), mtext_cat_char()