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

Description

       Append an M-text to another. 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.

Name

       mtext_cat -

Return Value

           This function returns a pointer to the resulting M-text mt1.

See Also

mtext_ncat(), mtext_cat_char()

Synopsis

MText* mtext_cat (MText * mt1, MText * mt2)

See Also