/* shellsort.h */

void shellsort (double v[], int n);
