HermesCommon  2.0
qsort.h File Reference

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.
 

Detailed Description

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

Definition in file qsort.h.