/* * cmp.h * * Created on: Sep 27, 2009 * Author: bkaplan */ #ifndef CMP_H_ #define CMP_H_ int cmp_string(const void*, const void*); int cmp_double(const void*, const void*); int hash_string(const void*); #endif /* CMP_H_ */