// File: qs-double.h // // header file for Quicksort arrays of double // #ifndef QS_DOUBLE_H #define QS_DOUBLE_H #define DATA double #include "qs-gen.h" #undef DATA #endif