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 ignoring cases. The mtext_casecmp() function is similar to mtext_cmp(), but ignores
       cases on comparison.

Name

       mtext_casecmp -

Return Value

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

See Also

mtext_cmp(), mtext_ncmp(), mtext_ncasecmp()mtext_compare(), mtext_case_compare()

Synopsis

       int mtext_casecmp (MText * mt1, MText * mt2)

See Also