Functions | |
| void | gdsl_sort (gdsl_element_t *T, ulong N, gdsl_compare_func_t COMP_F) |
| Sort an array in place. | |
|
||||||||||||||||
|
Sort an array in place. Sort the array T in place. The function COMP_F is used to compare T's elements and must be user-defined.
|
1.3.5