@brief Get the error message from the error number returned by
editorconfig_parse().
@brief Get the version number of EditorConfig.
@brief Get the version suffix.
@brief Destroy an editorconfig_handle object
@brief Get the conf_file_name field of an editorconfig_handle object.
@brief Get the err_file field of an editorconfig_handle object
@brief Get the nth name and value fields of an editorconfig_handle object.
@brief Get the count of name and value fields of an editorconfig_handle
object.
@brief Get the version fields of an editorconfig_handle object.
@brief Create and intialize a default editorconfig_handle object.
@brief Set the conf_file_name field of an editorconfig_handle object.
@brief Set the version fields of an editorconfig_handle object.
@brief Parse editorconfig files corresponding to the file path given by
full_filename, and related information is input and output in h.