Sorting algorithms.
Macros:
Enumerations:
None.
Typedefs:
None.
Functions:
Quick sort
Input argument(s):
data: the array of data to sort
sizeElem: the size in byte of one element in the array
nbElem: the number of elements in the array
cmp: the comparator used to sort the array