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

       Delete characters in the specified range destructively. The mtext_del() function deletes the characters
       in the range from (inclusive) and to (exclusive) from M-text mt destructively. As a result, the length of
       mt shrinks by (to - from) characters.

Errors

           MERROR_RANGE

Name

       mtext_del -

Return Value

           If the operation was successful, mtext_del() returns 0. Otherwise, it returns -1 and assigns an error
           code to the external variable merror_code.

See Also

mtext_ins()

Synopsis

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

See Also