Browse Source

Test

etomic
jl777 7 years ago
parent
commit
453379053b
  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) int32_t revsort32(uint32_t *buf,uint32_t num,int32_t size)
{ {
qsort(buf,num,size,_decreasing_uint32); heapsort(buf,num,size,_decreasing_uint32);
return(0); return(0);
} }

Loading…
Cancel
Save