comparator
static int comparator(const void *, const void *);
qsort(matches + 1, i, sizeof(matches[0]), comparator);