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

       Get the value of a symbol property. The msymbol_get() function searches for the value of the symbol
       property that belongs to symbol and whose key is key. If symbol has such a symbol property, its value is
       returned. Otherwise NULL is returned.

Errors

           MERROR_SYMBOL

Name

       msymbol_get -

Return Value

           If an error is detected, msymbol_get() returns NULL and assigns an error code to the external
           variable merror_code.

See Also

msymbol_put()

Synopsis

       void* msymbol_get (MSymbol symbol, MSymbol key)

See Also