// File: qs-string.h // // header file for Quicksort arrays of string // #ifndef QS_STRING_H #define QS_STRING_H #include using namespace std ; #define DATA string #include "qs-gen.h" #undef DATA #endif