HermesCommon
3.0
|
The QuickSort routine from glibc-2.5 modified for sorting int arrays. More...
Go to the source code of this file.
Classes | |
class | stack_node< intType > |
Functions | |
template<typename intType > | |
void | qsort_int (intType *pbase, size_t total_elems) |
template void | qsort_int (int *pbase, size_t total_elems) |
The QuickSort routine from glibc-2.5 modified for sorting int arrays.
Definition in file qsort.cpp.