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