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 Search for a symbol that has a specified name.

       The msymbol_exist() function searches for the symbol whose name
       is @b name.

       @par Return value:
       If such a symbol exists, msymbol_exist() returns that symbol.
       Otherwise it returns the predefined symbol #Mnil.

       @par Errors:
       This function never fails.

Name

       msymbol_exist -

See Also

msymbol_name(), msymbol()

Synopsis

       MSymbol msymbol_exist (const char * name)

See Also