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

Description

       Append a character to an M-text. The mtext_cat_char() function appends character c, which has no text
       properties, to the end of M-text mt.

Name

       mtext_cat_char -

Return Value

           This function returns a pointer to the resulting M-text mt. If c is an invalid character, it returns
           NULL.

See Also

mtext_cat(), mtext_ncat()

Synopsis

MText* mtext_cat_char (MText * mt, int c)

See Also