ucl_parser_register_variable

Function ucl_parser_register_variable 

Source
pub unsafe extern "C" fn ucl_parser_register_variable(
    parser: *mut ucl_parser,
    var: *const c_char,
    value: *const c_char,
)
Expand description

Register new parser variable @param parser parser object @param var variable name @param value variable value