Home
last modified time | relevance | path

Searched refs:cmpfunc (Results 1 – 1 of 1) sorted by relevance

/rust-libc-0.2.174/src/teeos/
H A Dmod.rs62 pub type cmpfunc = extern "C" fn(x: *const c_void, y: *const c_void) -> c_int; typedef
1319 cmp: cmpfunc, in bsearch() argument
1330 pub fn qsort(base: *mut c_void, nel: size_t, width: size_t, cmp: cmpfunc); in qsort() argument