#ifndef QUICKSORT #define QUICKSORT #include #include void quicksort(double * array, int length); #endif