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_ins_char -

Description

       Insert a character into an M-text. The mtext_ins_char() function inserts n copies of character c into
       M-text mt at position pos. As a result, mt is lengthen by n.

Errors

           MERROR_RANGE

Name

       mtext_ins_char -

Return Value

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

See Also

           mtext_ins, mtext_del()

Synopsis

       int mtext_ins_char (MText * mt, int pos, int c, int n)

See Also