uci_parse_ptr

Function uci_parse_ptr 

Source
pub unsafe extern "C" fn uci_parse_ptr(
    ctx: *mut uci_context,
    ptr: *mut uci_ptr,
    str_: *mut c_char,
) -> c_int
Expand description

uci_parse_ptr: parse a uci string into a uci_ptr @ctx: uci context @ptr: target data structure @str: string to parse

str is modified by this function