Better memory management of arrays and test sample generation
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
|
||||
#include "types.h"
|
||||
|
||||
int lsort_quicksort(lsort_array_i* array, int (*function_pointer)(int, int));
|
||||
int lsort_quicksort(lsort_array* array);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user