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

       @brief Get symbol name.

       The msymbol_name() function returns a pointer to a string
       containing the name of @b symbol.

       @par Errors:
       This function never fails.

Name

       msymbol_name -

See Also

msymbol(), msymbol_exist()

Synopsis

       char* msymbol_name (MSymbol symbol)

See Also