Sync to the latest version.
Can be broken or partially implemented.
This commit is contained in:
@@ -23,10 +23,10 @@ void bh_swap(void *lhs,
|
||||
* @param element Element size
|
||||
* @param equal Equal/compare function
|
||||
*
|
||||
* @return Pointer to the first element that are greater-or-equal to pivot
|
||||
* element.
|
||||
* @return The return value is the pointer to the first element of the second
|
||||
* partition.
|
||||
*
|
||||
* @warning Pivot element can be an element of the partitioned array itself.
|
||||
* @warning Pivot element can be a part of the partitioned array.
|
||||
*/
|
||||
void *bh_partition(void *pivot,
|
||||
void *array,
|
||||
|
||||
Reference in New Issue
Block a user