reimplement compare function for quicksort
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
|
||||
#include "types.h"
|
||||
|
||||
int lsort_quicksort(lsort_array* array);
|
||||
int lsort_quicksort(lsort_array* array, int_function_pointer compare_function);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user