Searched refs:compare_int (Results 1 – 2 of 2) sorted by relevance
15 static int compare_int(const void* a, const void* b) { in compare_int() function52 qsort(sortedArray, count, sizeof(sortedArray[0]), compare_int); in DEF_TEST()