2 lines
80 B
C
2 lines
80 B
C
|
void heapsort(int *sort_index, float *sort_values, int nelem, int start_index);
|