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