COHERENT help

This page displays the COHERENT help information for qsort.

Listing of available help pages


qsort() -- Sort arrays in memory

#include <stdlib.h>
void qsort(data, n, size, comp)
char *data; int n, size; int (*comp)();