Searched defs:cmpfunc (Results 1 – 1 of 1) sorted by relevance
95 pub type cmpfunc = extern "C" fn(x: *const c_void, y: *const c_void) -> c_int; typedef1349 cmp: cmpfunc, in bsearch()1360 pub fn qsort(base: *mut c_void, nel: size_t, width: size_t, cmp: cmpfunc); in qsort()