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

minput_config_file -

Description

       Get the name of per-user customization file. The minput_config_file() function returns the absolute path
       name of per-user customization file into which minput_save_config() save configurations. It is usually
       config.mic under the directory ${HOME}/.m17n.d (${HOME} is user's home directory). It is not assured that
       the file of the returned name exists nor is readable/writable. If minput_save_config() fails and returns
       -1, an application program might check the file, make it writable (if possible), and try
       minput_save_config() again.

Name

       minput_config_file -

Return Value

       This function returns a string. As the string is kept in the library, the caller must not modify nor free
       it.

See Also

minput_save_config()

Synopsis

       char* minput_config_file (void)

See Also