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

Description

       Get the value of a character property. The mchar_get_prop() function searches character c for the
       character property whose key is key.

Errors

           MERROR_SYMBOL, MERROR_DB

Name

       mchar_get_prop -

Return Value

           If the operation was successful, mchar_get_prop() returns the value of the character property.
           Otherwise it returns NULL.

See Also

mchar_define_property(), mchar_put_prop()

Synopsis

       void* mchar_get_prop (int c, MSymbol key)

See Also