i\'ve been trying to sort 2D array with qsort like:
struct test { int x; int y; }; struct test arr[3] = { {2,3}, {2,4 {1,2} };
I want to sor