#ifndef COMPARE_H_ #define COMPARE_H_ template int comp(const T &a, const T &b); #include "compare.cc" #endif // COMPARE_H_