int fn_compare_int(const void *a, const void *b) { // еуые return *(int *)a - *(int *)b; }