Browse Source

Test

etomic
jl777 8 years ago
parent
commit
37d24e8f25
  1. 2
      crypto777/iguana_utils.c

2
crypto777/iguana_utils.c

@ -589,7 +589,7 @@ int32_t sortds(double *buf,uint32_t num,int32_t size)
return(0);
}
int32_t refsortds(double *buf,uint32_t num,int32_t size)
int32_t revsortds(double *buf,uint32_t num,int32_t size)
{
qsort(buf,num,size,_decreasing_double);
return(0);

Loading…
Cancel
Save