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

Description

       Return the character at the specified position in an M-text. The mtext_ref_char() function returns the
       character at pos in M-text mt. If an error is detected, it returns -1 and assigns an error code to the
       external variable merror_code.

Errors

           MERROR_RANGE

Name

       mtext_ref_char -

Synopsis

       int mtext_ref_char (MText * mt, int pos)

See Also