iterami
/
Docs.htm
/
common C Projects
/
sort.c
/int sort_compare_ints_asc(const void* a, const void* b)
Compares two integers.
Used in "qsort()" rather than directly called.
Returns a value:
0 means a=b
<0 means a<b
>0 means a>b
Arg
Type
Notes
a
void*
b
void*