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