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

       Compare two M-texts character-by-character. The mtext_cmp() function compares M-texts mt1 and mt2
       character by character.

Name

       mtext_cmp -

Return Value

           This function returns 1, 0, or -1 if mt1 is found greater than, equal to, or less than mt2,
           respectively. Comparison is based on character codes.

See Also

mtext_ncmp(), mtext_casecmp(), mtext_ncasecmp(), mtext_compare(), mtext_case_compare()

Synopsis

       int mtext_cmp (MText * mt1, MText * mt2)

See Also