src: implement upx_shellsort()
This commit is contained in:
@@ -127,6 +127,9 @@ void *upx_calloc(size_t n, size_t element_size);
|
||||
|
||||
void upx_memswap(void *a, void *b, size_t n);
|
||||
|
||||
void upx_shellsort(void *array, size_t n, size_t element_size,
|
||||
int (*compare)(const void *, const void *));
|
||||
|
||||
void upx_stable_sort(void *array, size_t n, size_t element_size,
|
||||
int (*compare)(const void *, const void *));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user