[][src]Function uclicious_libucl_sys::ucl_parser_set_filevars

pub unsafe extern "C" fn ucl_parser_set_filevars(
    parser: *mut ucl_parser,
    filename: *const c_char,
    need_expand: bool
) -> bool

Set FILENAME and CURDIR variables in parser @param parser parser object @param filename filename to set or NULL to set FILENAME to "undef" and CURDIR to getcwd() @param need_expand perform realpath() if this variable is true and filename is not NULL @return true if variables has been set