Dip  0.92.4
ind_sort.h
Go to the documentation of this file.
1 #ifndef _IND_SORT
2 #define _IND_SORT
3 
4 #include "sym_proto.h"
5 
6 void exchange PROTO((int *ind_list, double *vals, int i, int j));
7 int partition PROTO((int *ind_list, double *vals, int len));
8 void ind_sort PROTO((int *ind_list, double *vals, int len));
9 
10 #endif
#define PROTO(x)
Definition: sym_proto.h:27