HermesCommon  3.0
qsort.h File Reference

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)
 

Detailed Description

The QuickSort routine from glibc-2.5 modified for sorting int arrays.

Definition in file qsort.h.