Function libnotcurses_sys::c_api::ffi::qsort
source · pub unsafe extern "C" fn qsort(
__base: *mut c_void,
__nmemb: usize,
__size: usize,
__compar: __compar_fn_t
)Expand description
Sort NMEMB elements of BASE, of SIZE bytes each, using COMPAR to perform the comparisons.