COHERENT help

This page displays the COHERENT help information for shellsort.

Listing of available help pages


shellsort() -- Sort arrays in memory

void shellsort(data, n, size, comp)
char *data; int n, size; int (*comp)();