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

       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