A
AB
cmp_int_asc is an example function as Pete pointed out. You could write
your own comparison function for a datatype of your choice.
I compiled the code using a C++ compiler, which is why I had to
explicitly typecast it to a byte*
your own comparison function for a datatype of your choice.
ptr2base = (byte *)base ;
I compiled the code using a C++ compiler, which is why I had to
explicitly typecast it to a byte*