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

Description

       Uppercase an M-text. The mtext_uppercase() function destructively converts each character in M-text mt to
       uppercase. Adjacent characters in mt may affect the case conversion. If the Mlanguage text property is
       attached to mt, it may also affect the conversion. The length of mt may change. Characters that cannot be
       converted to uppercase is left unchanged. All the text properties are inherited.

Name

       mtext_uppercase -

Return Value

           This function returns the length of the updated mt.

See Also

mtext_lowercase(), mtext_titlecase()

Synopsis

       int mtext_uppercase (MText * mt)

See Also