#ifndef _COMPARE_H_ #define _COMPARE_H_ template int comp(const T& a, const T& b); #endif // COMPARE_H_