MSUStudentWork/Sorting/9Ex/seagwithsob.h

9 lines
197 B
C

#ifndef SEAGWITHSOB
#define SEAGWITHSOB
#include <string.h>
void sort(double * array, int length);
void rewrite(double * array, double * zero, int len_zero, double * unit, int len_unit);
#endif