#include "comparators.h" int int_comparator(const int* a, const int* b) { return (*a) - (*b); }