[][src]Function uclicious_libucl_sys::ucl_object_compare_qsort

pub unsafe extern "C" fn ucl_object_compare_qsort(
    o1: *mut *const ucl_object_t,
    o2: *mut *const ucl_object_t
) -> c_int

Compare objects o1 and o2 useful for sorting @param o1 the first object @param o2 the second object @return values >0, 0 and <0 if o1 is more than, equal and less than o2. The order of comparison:

  1. Type of objects
  2. Size of objects
  3. Content of objects