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

mtext_duplicate -

Description

       Create a new M-text from a part of an existing M-text. The mtext_duplicate() function creates a copy of
       sub-text of M-text mt, starting at from (inclusive) and ending at to (exclusive) while inheriting all the
       text properties of mt.  mt itself is not modified.

Errors

           MERROR_RANGE

Name

       mtext_duplicate -

Return Value

           If the operation was successful, mtext_duplicate() returns a pointer to the created M-text. If an
           error is detected, it returns NULL and assigns an error code to the external variable merror_code.

See Also

mtext_dup()

Synopsis

MText* mtext_duplicate (MText * mt, int from, int to)

See Also