|
HermesCommon
3.0
|
The QuickSort routine from glibc-2.5 modified for sorting int arrays. More...
#include "util/compat.h"Go to the source code of this file.
Functions | |
| template<typename intType > | |
| HERMES_API void | qsort_int (intType *pbase, size_t total_elems) |
The QuickSort routine from glibc-2.5 modified for sorting int arrays.
Definition in file qsort.h.