Function simics_api_sys::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.