#ifndef _mas_h_defined_ #define _mas_h_defined_ struct sample { int start; // The index of the first element in the sample. int length; // The number of elements in the sample. }; extern sample find_maximal_sample(const int a[], int a_size); #endif // $Log: mas.h,v $ // Revision 1.1 2001/06/18 20:50:25 rclayton // Initial revision //