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

mchar_put_prop -

Description

       Set the value of a character property. The mchar_put_prop() function searches character c for the
       character property whose key is key and assigns val to the value of the found property.

Errors

           MERROR_SYMBOL, MERROR_DB

Name

       mchar_put_prop -

Return Value

           If the operation was successful, mchar_put_prop() returns 0. Otherwise, it returns -1.

See Also

mchar_define_property(), mchar_get_prop()

Synopsis

       int mchar_put_prop (int c, MSymbol key, void * val)

See Also