mirror of
https://github.com/bol-van/zapret.git
synced 2025-05-24 22:32:58 +03:00
Truncated history
This commit is contained in:
6
ip2net/qsort.h
Normal file
6
ip2net/qsort.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
// GNU qsort is 2x faster than musl
|
||||
|
||||
typedef int (*__gnu_compar_d_fn_t) (const void *, const void *, void *);
|
||||
void gnu_quicksort (void *const pbase, size_t total_elems, size_t size, __gnu_compar_d_fn_t cmp, void *arg);
|
Reference in New Issue
Block a user