// File: qs-gen.h // // header file for Generic Quicksort Routines // // #include this file with DATA defined appropriately // void QuickSort(DATA A[], int n) ; // A must be an array of n DATA items