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

msymbol_as_managing_key -

Description

       Create a managing key. The msymbol_as_managing_key() function returns a newly created managing key whose
       name is name. It there already exists a symbol of name name, it returns Mnil.

       Symbols whose name starts by two spaces are reserved by the m17n library, and are used by the library
       only internally.

Errors

           MERROR_SYMBOL

Name

       msymbol_as_managing_key -

Return Value

           If the operation was successful, this function returns the created symbol. Otherwise, it returns
           Mnil.

See Also

msymbol(), msymbol_exist()

Synopsis

       MSymbol msymbol_as_managing_key (const char * name)

See Also