Function tidy_sys::tidyLoadConfig

source ·
pub unsafe extern "C" fn tidyLoadConfig(
    tdoc: TidyDoc,
    configFile: ctmbstr
) -> c_int
Expand description

Load an ASCII Tidy configuration file and set the configuration per its contents. Reports config option errors, which can be filtered. @result Returns 0 upon success, or any other value if there was an option error.