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

       Create a copy of an M-text. The mtext_dup() function creates a copy of M-text mt while inheriting all the
       text properties of mt.

Name

       mtext_dup -

Return Value

           This function returns a pointer to the created copy.

See Also

mtext_duplicate()

Synopsis

MText* mtext_dup (MText * mt)

See Also