im trying to sort this array of structby name. this is what i tried.
qsort( cards, num_entries, sizeof(card_t *), comparator);
struct
{