Browse Source

Test

etomic
jl777 8 years ago
parent
commit
94d378ee6a
  1. 2
      crypto777/iguana_utils.c

2
crypto777/iguana_utils.c

@ -609,7 +609,7 @@ int32_t revsort64s(uint64_t *buf,uint32_t num,int32_t size)
int32_t revsort32(uint32_t *buf,uint32_t num,int32_t size)
{
heapsort(buf,num,size,_decreasing_uint32);
qsort(buf,num,size,_decreasing_uint32);
return(0);
}

Loading…
Cancel
Save