Sorts sorted data according to the specified sort criterium and saves results to the index array associated with sorted data. Returns 1 if data was updated and 0 otherwise.
int Sortsorteddata(t_sorted *sd,int sort);
Parameters:
sd - pointer to descriptor of sorted data;
sort - sort criterium.
See also: Createsorteddata, Getsortedbyselection, SORTFUNC