#ifndef __ARGSORT_H__ #define __ARGSORT_H__ void argsort(double *arr, int *inds, double **ptrs, const int n); void iargsort(int *iarr, int *inds, int **ptrs, const int n); #endif