logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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