// File: qs-string.cpp // // Quicksort arrays of string // #include "qs-string.h" #define DATA string #include "qs-gen.cpp" #undef DATA