datesort
qsort(ddatev, nddates, sizeof(struct dumpdates *), datesort);
static int datesort(const void *, const void *);