parse_ranges

Function parse_ranges 

Source
pub unsafe extern "C" fn parse_ranges(
    input: *mut c_char,
    list: *mut *mut RofiRangePair,
    length: *mut c_uint,
)
Expand description

Parse ranges.

  • input: String to parse.
  • list: List of ranges.
  • length: Length of list.